This commit is contained in:
Sandro - 2023-01-16 20:24:33 +01:00
parent 8193a1a6a4
commit 28946b1b37
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -3,8 +3,7 @@
# this file contains default configuration that may be turned on depending on other config settings.
# options should go to modules.
lib.mkMerge [
{
{
boot = {
cleanTmpDir = true;
kernel.sysctl = {
@ -178,5 +177,4 @@ lib.mkMerge [
users.motd = builtins.readFile ./motd;
zramSwap.enable = true;
}
]
}