Enable zswap

This commit is contained in:
Sandro - 2022-06-17 23:44:45 +02:00
parent c422895d21
commit b0eb64542f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 1 deletions

View File

@ -174,8 +174,8 @@ in {
'';
};
# Required for deployment
services.openssh = {
# Required for deployment
enable = true;
permitRootLogin = "prohibit-password";
};
@ -261,4 +261,6 @@ in {
email = cfg.acmeEmail;
};
};
zramSwap.enable = true;
}