diff --git a/instances/freya/hardware-configuration.nix b/instances/freya/hardware-configuration.nix index 267fa24..f648573 100644 --- a/instances/freya/hardware-configuration.nix +++ b/instances/freya/hardware-configuration.nix @@ -25,7 +25,9 @@ }; }; - swapDevices = [ ]; + swapDevices = [ + { device = "/swapfile"; size = 1024 * 32; } + ]; # 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