🧹 remove hibernation support

This commit is contained in:
Moritz Böhme 2022-09-01 11:13:23 +02:00
parent fcaefd5c7f
commit 792d1bbe87

View file

@ -62,9 +62,6 @@
size = (1024 * 16) + (1024 * 2); # RAM size + 2GB
}];
boot.kernelParams = [ "resume_offset=19579486208" ];
boot.resumeDevice = "/dev/disk/by-uuid/23782fe8-86f7-4aa1-afc1-6586443d0d3e";
systemd.services = {
create-swapfile = {
serviceConfig.Type = "oneshot";