mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
updated vers
This commit is contained in:
parent
4be8dceaa1
commit
79e07599de
3 changed files with 8 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -84,16 +84,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1702823833,
|
"lastModified": 1720391164,
|
||||||
"narHash": "sha256-Sreo1VEMSwS/T83QxXeN1cDtgXWXPMibGYfQ8pLLSVc=",
|
"narHash": "sha256-RrJsSelbJ/SCrnCH0yLEvgVSKVoG7b45Qhf/6fOiQ8I=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NixOS-WSL",
|
"repo": "NixOS-WSL",
|
||||||
"rev": "34eda458bd3f6bad856a99860184d775bc1dd588",
|
"rev": "05098ab6e48684c573d7033bd583b1eea2f5f851",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"ref": "2311.5.3",
|
"ref": "2405.5.4",
|
||||||
"repo": "NixOS-WSL",
|
"repo": "NixOS-WSL",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
description = "My Nix Configs";
|
description = "My Nix Configs";
|
||||||
|
|
||||||
inputs = {
|
inputs =
|
||||||
|
{
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||||
nur = {
|
nur = {
|
||||||
url = "github:nix-community/NUR";
|
url = "github:nix-community/NUR";
|
||||||
|
|
@ -11,7 +12,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixos-wsl = {
|
nixos-wsl = {
|
||||||
url = "github:nix-community/NixOS-WSL/2311.5.3";
|
url = "github:nix-community/NixOS-WSL/2405.5.4";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
disko = {
|
disko = {
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultUser = lib.mkDefault config.user.name;
|
defaultUser = lib.mkDefault config.user.name;
|
||||||
nativeSystemd = true;
|
nativeSystemd = true;
|
||||||
|
useWindowsDriver = true;
|
||||||
|
|
||||||
wslConf = {
|
wslConf = {
|
||||||
user.default = lib.mkDefault defaultUser;
|
user.default = lib.mkDefault defaultUser;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue