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/glados/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'systems/glados/default.nix') diff --git a/systems/glados/default.nix b/systems/glados/default.nix index 144db6d..3271515 100644 --- a/systems/glados/default.nix +++ b/systems/glados/default.nix @@ -6,6 +6,8 @@ imports = [ ./boot.nix ./hardware-configuration.nix + ./nvidia.nix + self.nixosModules.desktop self.nixosModules.gnome ]; @@ -45,6 +47,8 @@ remotePlay.openFirewall = true; }; + system.stateVersion = "23.11"; + zramSwap = { enable = true; algorithm = "zstd"; -- cgit v1.2.3