diff --git a/modules/hosts/server02/server02Configuration.nix b/modules/hosts/server02/server02Configuration.nix index 05bc264..c2337a2 100644 --- a/modules/hosts/server02/server02Configuration.nix +++ b/modules/hosts/server02/server02Configuration.nix @@ -3,5 +3,11 @@ networking = { hostName = "server02"; }; + swapDevices = [ + { + device = "/swapfile"; + size = 16 * 1024; + } + ]; }; }