This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-10-07 17:30:46 +02:00
parent 470922dce2
commit e25ad7891d
2 changed files with 1 additions and 6 deletions

View File

@@ -8,13 +8,9 @@
./system-modules/gpg.nix
./system-modules/networking.nix
./system-modules/nixd.nix
# ./system-modules/sops.nix
# ./system-modules/sshd.nix
# ./system-modules/syncthing.nix
./system-modules/users.nix
];
system.stateVersion = pkgs.version;
# system.stateVersion = "24.11";
wsl = {
defaultUser = hyper.user;
enable = true;
@@ -31,6 +27,5 @@
];
};
};
nixpkgs.hostPlatform = hyper.system;
}