hosts/VEGAS: enable zram

This commit is contained in:
Max Headroom 2023-09-03 22:40:16 +02:00
parent 3376200e80
commit 8fd6f67a8f

View file

@ -87,6 +87,9 @@
in builtins.concatStringsSep "\n" (rules4 ++ rules6);
};
zramSwap.enable = true;
zramSwap.algorithm = "zstd";
system.stateVersion = "21.05";
services.openssh.settings.PasswordAuthentication = false;