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/atlas/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/atlas/default.nix') diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 836aef7..bc5fcac 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -31,5 +31,7 @@ hashedPasswordFile = config.age.secrets.userPassword.path; }; + system.stateVersion = "23.05"; + zramSwap.enable = true; } -- cgit v1.2.3