1
1
Fork 0

stagirite: Move to 23.05

stagirite's hard drive died so if it comes back it might as well be current
This commit is contained in:
Tim Van Baak 2023-12-02 01:01:16 +00:00
parent 9d964dd7f7
commit bdffba6351
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
./machine/empyrean
];
};
stagirite = nixpkgs.lib.nixosSystem {
stagirite = nixpkgs-next.lib.nixosSystem {
system = "x86_64-linux";
modules = [
nixos-wsl.nixosModules.wsl

View File

@ -16,7 +16,7 @@ in
startMenuLaunchers = false;
};
system.stateVersion = "21.11";
#system.stateVersion = "21.11";
networking.hostName = "stagirite";