Removed swapfile

This commit is contained in:
Jan-Bulthuis 2025-05-30 16:38:25 +02:00
parent 5ce6b9bdf2
commit eab130b99d

View File

@ -70,17 +70,6 @@ in
"sd_mod"
"sr_mod"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
hardware.cpu.intel.updateMicrocode = true;
# Swapfile
swapDevices = [
{
device = "/var/lib/swapfile";
size = 6 * 1024;
}
];
};
}