diff --git a/hosts/istal/hardware-configuration/default.nix b/hosts/istal/hardware-configuration/default.nix index b19b46e..569c5a6 100644 --- a/hosts/istal/hardware-configuration/default.nix +++ b/hosts/istal/hardware-configuration/default.nix @@ -5,4 +5,11 @@ ./generated.nix ./networking.secret.nix ]; + + swapDevices = [ + { + device = "/var/lib/swapfile"; + size = 2 * 1024; + } + ]; }