Update lithium conf

This commit is contained in:
Vili Sinervä 2024-07-31 22:50:08 +03:00
parent bd5cb7d5b4
commit 1394610d7c
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -10,4 +10,21 @@
../services/redshift.nix
../hardware-specific/usb-automount.nix
];
boot = {
#resumeDevice = "/dev/mapper/luks-f6e1979b-0dee-4ee9-8170-10490019854b";
#kernelParams = [ "resume_offset=44537856" ];
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
};
swapDevices = [
{
device = "/var/lib/swapfile";
size = 16 * 1024;
}
];
}