From 9b1c35bd33b5d1771589bb48a677bf756e5757fb Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 1 Jun 2023 09:25:39 -0400 Subject: [PATCH] Make the stateVersion a mkDefault This will allow me to have new machines on a newer state version --- modules/linux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/default.nix b/modules/linux/default.nix index fdce382..df74516 100644 --- a/modules/linux/default.nix +++ b/modules/linux/default.nix @@ -223,7 +223,7 @@ in { # Work around for discord jank ugh nixpkgs.config.permittedInsecurePackages = [ "electron-13.6.9" ]; # Set system state version - system.stateVersion = "22.05"; + system.stateVersion = lib.mkDefault "22.05"; nix = { # Enable flakes