diff --git a/machines/kcnhub/hardware-configuration.nix b/machines/kcnhub/hardware-configuration.nix index 1870085..ba1b045 100644 --- a/machines/kcnhub/hardware-configuration.nix +++ b/machines/kcnhub/hardware-configuration.nix @@ -45,10 +45,10 @@ # Note: Using swap on the SSD rapidly degrades its lifespan # Especially large swaps that are consistently filled - swapDevices = [ { - device = "/swapfile"; - size = 125*1024; - } ]; + #swapDevices = [ { + # device = "/swapfile"; + # size = 125*1024; + #} ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's