diff --git a/nki-personal-do/hardware-configuration.nix b/nki-personal-do/hardware-configuration.nix index d69dbc4..f0d5593 100644 --- a/nki-personal-do/hardware-configuration.nix +++ b/nki-personal-do/hardware-configuration.nix @@ -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";