Raise swap to 4gb
This commit is contained in:
parent
841a48af72
commit
8c98a1a7e9
|
@ -6,7 +6,7 @@
|
|||
boot.initrd.kernelModules = [ "nvme" ];
|
||||
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
|
||||
# swap
|
||||
swapDevices = [{ device = "/var/swapfile"; size = 2 * 1024; }];
|
||||
swapDevices = [{ device = "/var/swapfile"; size = 4 * 1024; }];
|
||||
# volumes
|
||||
fileSystems.data = {
|
||||
device = "/dev/disk/by-id/scsi-0HC_Volume_31812942";
|
||||
|
|
Loading…
Reference in a new issue