summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-01-15 22:26:11 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-01-15 22:26:11 +0100
commit38736d11707e7f195369e8daaf7c2f4769fa8857 (patch)
tree6ae4d747c54a40077af3e8c021f4721e61666d1d /hosts
parentcbece5e2ab15670c31f76e194a82516490760b16 (diff)
downloadnixos-38736d11707e7f195369e8daaf7c2f4769fa8857.tar
nixos-38736d11707e7f195369e8daaf7c2f4769fa8857.tar.gz
nixos-38736d11707e7f195369e8daaf7c2f4769fa8857.tar.bz2
nixos-38736d11707e7f195369e8daaf7c2f4769fa8857.tar.xz
nixos-38736d11707e7f195369e8daaf7c2f4769fa8857.zip
...
Diffstat (limited to 'hosts')
-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 ];