From bdffba6351e7d7022c7b7a904bc26d75c760f0fb Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Sat, 2 Dec 2023 01:01:16 +0000 Subject: [PATCH] stagirite: Move to 23.05 stagirite's hard drive died so if it comes back it might as well be current --- flake.nix | 2 +- machine/stagirite/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 39585a8..591b436 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ ./machine/empyrean ]; }; - stagirite = nixpkgs.lib.nixosSystem { + stagirite = nixpkgs-next.lib.nixosSystem { system = "x86_64-linux"; modules = [ nixos-wsl.nixosModules.wsl diff --git a/machine/stagirite/default.nix b/machine/stagirite/default.nix index dce8447..26bff85 100644 --- a/machine/stagirite/default.nix +++ b/machine/stagirite/default.nix @@ -16,7 +16,7 @@ in startMenuLaunchers = false; }; - system.stateVersion = "21.11"; + #system.stateVersion = "21.11"; networking.hostName = "stagirite";