Move zram to baremetal

This commit is contained in:
Sandro - 2023-08-08 23:05:21 +02:00
parent d08cdac1ea
commit 19fa44414d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 2 deletions

View File

@ -275,6 +275,4 @@
time.timeZone = lib.mkDefault "Europe/Berlin";
users.motd = builtins.readFile ./motd;
zramSwap.enable = true;
}

View File

@ -74,5 +74,7 @@
${sshKeygen} -t rsa -b 4096 -N "" -f ${initrdRsaKey}
fi
'';
zramSwap.enable = true;
};
}