diff --git a/anythingforafriend/etc/nixos/configuration.nix b/anythingforafriend/etc/nixos/configuration.nix index 2a8857f..49167e0 100644 --- a/anythingforafriend/etc/nixos/configuration.nix +++ b/anythingforafriend/etc/nixos/configuration.nix @@ -107,6 +107,7 @@ settings.KbdInteractiveAuthentication = false; settings.PermitRootLogin = "no"; }; + services.swapspace.enable = true; # Set your time zone. @@ -133,7 +134,6 @@ openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBvhtF6nRWlA6PVs71Eek7p0p2PxTd3P6ZEGFV2t75MB eliribble@nixos"]; }; users.users.root.openssh.authorizedKeys.keys = [''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBvhtF6nRWlA6PVs71Eek7p0p2PxTd3P6ZEGFV2t75MB eliribble@nixos'' ]; - zramSwap.enable = true;