hosts/VEGAS: enable zram
This commit is contained in:
parent
3376200e80
commit
8fd6f67a8f
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@
|
||||||
in builtins.concatStringsSep "\n" (rules4 ++ rules6);
|
in builtins.concatStringsSep "\n" (rules4 ++ rules6);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zramSwap.enable = true;
|
||||||
|
zramSwap.algorithm = "zstd";
|
||||||
|
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.05";
|
||||||
services.openssh.settings.PasswordAuthentication = false;
|
services.openssh.settings.PasswordAuthentication = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue