diff --git a/hosts/titan/hardware/hardware-configuration.nix b/hosts/titan/hardware/hardware-configuration.nix index 55d0d06..24c1687 100644 --- a/hosts/titan/hardware/hardware-configuration.nix +++ b/hosts/titan/hardware/hardware-configuration.nix @@ -23,7 +23,10 @@ fsType = "vfat"; }; - swapDevices = [ ]; + swapDevices = [ { + device = "/var/lib/swapfile"; + size = 64 * 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