diff --git a/hosts/server/hardware-configuration.nix b/hosts/server/hardware-configuration.nix index 867544e..e9d43dc 100644 --- a/hosts/server/hardware-configuration.nix +++ b/hosts/server/hardware-configuration.nix @@ -97,7 +97,8 @@ }; - swapDevices = [ { device = "/swap/swapfile"; } ]; + #swapDevices = [ { device = "/swap/swapfile"; } ]; + swapDevices = [ ]; networking = { useDHCP = false; # Deprecated