diff --git a/machines/buck/hardware-configuration.nix b/machines/buck/hardware-configuration.nix index fcb8ddb..1899fe0 100644 --- a/machines/buck/hardware-configuration.nix +++ b/machines/buck/hardware-configuration.nix @@ -27,7 +27,12 @@ fsType = "vfat"; }; - swapDevices = []; + swapDevices = [ + { + device = "/var/swap"; + size = 1024 * 8 * 2; + } + ]; # 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