diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index 25853a6..f494332 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -2,9 +2,7 @@ config, pkgs, ... -}: let - stateVersion = "24.05"; -in { +}: { imports = [ ./hardware-configuration.nix ../../modules @@ -55,5 +53,5 @@ in { environment.systemPackages = with pkgs; [ ]; - system.stateVersion = stateVersion; # Did you read the comment? + system.stateVersion = "24.05"; # lalalalala }