cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }@all: with all;
|
{ pkgs, ... }@all: with all; let
|
||||||
sep = " ";
|
sep = " ";
|
||||||
in {
|
in {
|
||||||
home = {
|
home = {
|
||||||
|
|||||||
@@ -8,13 +8,9 @@
|
|||||||
./system-modules/gpg.nix
|
./system-modules/gpg.nix
|
||||||
./system-modules/networking.nix
|
./system-modules/networking.nix
|
||||||
./system-modules/nixd.nix
|
./system-modules/nixd.nix
|
||||||
# ./system-modules/sops.nix
|
|
||||||
# ./system-modules/sshd.nix
|
|
||||||
# ./system-modules/syncthing.nix
|
|
||||||
./system-modules/users.nix
|
./system-modules/users.nix
|
||||||
];
|
];
|
||||||
system.stateVersion = pkgs.version;
|
system.stateVersion = pkgs.version;
|
||||||
# system.stateVersion = "24.11";
|
|
||||||
wsl = {
|
wsl = {
|
||||||
defaultUser = hyper.user;
|
defaultUser = hyper.user;
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -31,6 +27,5 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.hostPlatform = hyper.system;
|
nixpkgs.hostPlatform = hyper.system;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user