From 2b354838edecc32c59d3c7ddf35e6cfe06cfe268 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 7 Jan 2024 18:13:53 -0500 Subject: tree-wide: localize imports i shouldn't be editing systems/default.nix to remove a module only for glados --- systems/common.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'systems/common.nix') diff --git a/systems/common.nix b/systems/common.nix index 3960495..f0b0384 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -14,7 +14,7 @@ }; }; in { - nixos = + personal = (with inputs; [ agenix.nixosModules.default catppuccin.nixosModules.catppuccin @@ -34,8 +34,6 @@ in { sethPassword.file = secretsDir + "/sethPassword.age"; }; }; - - system.stateVersion = "23.11"; }) ]; @@ -45,10 +43,6 @@ in { self.darwinModules.desktop hmSetup - - { - system.stateVersion = 4; - } ]; server = [ @@ -65,7 +59,6 @@ in { }; nix.registry.n.flake = inputs.nixpkgs-stable; - system.stateVersion = "23.05"; } ]; } -- cgit v1.2.3