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