diff --git a/hosts/elara/format.nix b/hosts/elara/format.nix index 3895ded..5775f2a 100644 --- a/hosts/elara/format.nix +++ b/hosts/elara/format.nix @@ -26,6 +26,14 @@ mountOptions = [ "umask=0077" ]; }; }; + swap = { + name = "swap"; + size = "32G"; + content = { + type = "swap"; + resumeDevice = true; + }; + }; root = { name = "root"; size = "100%";