diff --git a/systems/x86_64-linux/LoyAdjo/hardware.nix b/systems/x86_64-linux/LoyAdjo/hardware.nix index e1b1099..b39ae77 100644 --- a/systems/x86_64-linux/LoyAdjo/hardware.nix +++ b/systems/x86_64-linux/LoyAdjo/hardware.nix @@ -41,7 +41,7 @@ options = [ "fmask=0077" "dmask=0077" ]; }; - swapDevices = [ { device = "/swapfile"; size = 32 * 1024; } ]; + #swapDevices = [ { device = "/swapfile"; size = 32 * 1024; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking networking.useDHCP = lib.mkDefault true;