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

View File

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