diff --git a/hosts/Shire/configuration.nix b/hosts/Shire/configuration.nix index fbb8205c..d4398378 100644 --- a/hosts/Shire/configuration.nix +++ b/hosts/Shire/configuration.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ lib, ... }: { imports = [ @@ -24,4 +24,9 @@ ]; }; }; + + swapDevices = [{ + device = "/var/lib/swapfile"; + size = 8 * 1024; + }]; }