summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr')
-rw-r--r--hosts/surtr/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index 005d5d20..0a49aff4 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -161,6 +161,11 @@ with lib;
161 stateful = true; 161 stateful = true;
162 }; 162 };
163 163
164 zramSwap = {
165 enable = true;
166 algorithm = "zstd";
167 };
168
164 system.stateVersion = "20.09"; 169 system.stateVersion = "20.09";
165 }; 170 };
166} 171}