From 7ee242b9f8d4e84ab37d70f68a1fc714489bd2ee Mon Sep 17 00:00:00 2001 From: macronova Date: Sat, 1 Jun 2024 12:16:04 -0700 Subject: [PATCH] Update state version --- linux/blitzar/configuration.nix | 2 +- linux/comet/configuration.nix | 2 +- linux/nebula/configuration.nix | 2 +- linux/protostar/configuration.nix | 2 +- linux/singularity/configuration.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/linux/blitzar/configuration.nix b/linux/blitzar/configuration.nix index 763c9ae..9b5b095 100644 --- a/linux/blitzar/configuration.nix +++ b/linux/blitzar/configuration.nix @@ -45,6 +45,6 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; # Did you read the comment? } diff --git a/linux/comet/configuration.nix b/linux/comet/configuration.nix index 58070cb..862457c 100644 --- a/linux/comet/configuration.nix +++ b/linux/comet/configuration.nix @@ -37,6 +37,6 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; # Did you read the comment? } diff --git a/linux/nebula/configuration.nix b/linux/nebula/configuration.nix index a536d0d..65543c2 100644 --- a/linux/nebula/configuration.nix +++ b/linux/nebula/configuration.nix @@ -28,7 +28,7 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; # Did you read the comment? } diff --git a/linux/protostar/configuration.nix b/linux/protostar/configuration.nix index d64b1a7..edd73ae 100644 --- a/linux/protostar/configuration.nix +++ b/linux/protostar/configuration.nix @@ -27,7 +27,7 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; # Did you read the comment? } diff --git a/linux/singularity/configuration.nix b/linux/singularity/configuration.nix index 4ce6568..51b498c 100644 --- a/linux/singularity/configuration.nix +++ b/linux/singularity/configuration.nix @@ -11,7 +11,7 @@ security.sudo.wheelNeedsPassword = false; - system.stateVersion = "23.11"; + system.stateVersion = "24.05"; zramSwap.enable = true; }