1

System/Nixinator: Enable swap

This commit is contained in:
2025-07-04 22:17:56 +02:00
parent 7957e9c361
commit cf62da3667

View File

@ -92,11 +92,11 @@
}; };
swapDevices = lib.mkForce [ swapDevices = lib.mkForce [
# { {
# device = "/var/swap"; device = "/var/swap";
# # size = 1024 * 32 * 2; # twice the RAM for hibernation # size = 1024 * 32 * 2; # twice the RAM for hibernation
# size = 1024 * 8; # Without hibernation 4.0 GB to 0.5 x RAM size = 1024 * 16; # Without hibernation 4.0 GB to 0.5 x RAM
# } }
]; ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking