diff --git a/modules/hosts/server02/_disk-config.nix b/modules/hosts/server02/_disk-config.nix index 655a8fe..75a525d 100644 --- a/modules/hosts/server02/_disk-config.nix +++ b/modules/hosts/server02/_disk-config.nix @@ -16,6 +16,13 @@ }; }; + swap = { + size = "16G"; + content = { + type = "swap"; + }; + }; + root = { size = "100%"; content = {