From 759eb8cb79a968b158dc680d33495dcc628addf7 Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 29 Apr 2023 20:54:42 +0100 Subject: profiles/base: enable zramSwap everywhere This has been working just fine on gunnr, so let's see if that's also true for all my other machines. --- machines/devhell/gunnr.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'machines') diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix index dc76f88c..70e5c770 100644 --- a/machines/devhell/gunnr.nix +++ b/machines/devhell/gunnr.nix @@ -63,8 +63,6 @@ fsType = "ext4"; }; - zramSwap.enable = true; - # FIXME Check if this is still necessary in the future systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false; -- cgit 1.4.1