summaryrefslogtreecommitdiff
path: root/hosts/sif
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sif')
-rw-r--r--hosts/sif/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index def59191..6b710f2b 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -75,7 +75,7 @@ in {
75 patch = null; 75 patch = null;
76 extraStructuredConfig = with lib.kernel; { 76 extraStructuredConfig = with lib.kernel; {
77 ZSWAP_DEFAULT_ON = yes; 77 ZSWAP_DEFAULT_ON = yes;
78 # ZSWAP_SHRINKER_DEFAULT_ON = yes; 78 ZSWAP_SHRINKER_DEFAULT_ON = yes;
79 }; 79 };
80 } 80 }
81 ]; 81 ];