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:
parent
9d964dd7f7
commit
bdffba6351
|
@ -57,7 +57,7 @@
|
|||
./machine/empyrean
|
||||
];
|
||||
};
|
||||
stagirite = nixpkgs.lib.nixosSystem {
|
||||
stagirite = nixpkgs-next.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nixos-wsl.nixosModules.wsl
|
||||
|
|
|
@ -16,7 +16,7 @@ in
|
|||
startMenuLaunchers = false;
|
||||
};
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
#system.stateVersion = "21.11";
|
||||
|
||||
networking.hostName = "stagirite";
|
||||
|
||||
|
|
Loading…
Reference in New Issue