Update lithium conf
This commit is contained in:
parent
bd5cb7d5b4
commit
1394610d7c
1 changed files with 17 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue