From d487786487edf36f3b187db8363f3777c8ce6284 Mon Sep 17 00:00:00 2001 From: voidarc Date: Wed, 29 Jul 2026 17:29:30 +0100 Subject: [PATCH] added swap --- modules/hosts/server02/_disk-config.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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 = {