From c12f3f0f4d71b24966b727eccd8399b2a0318e54 Mon Sep 17 00:00:00 2001 From: voidarc Date: Wed, 29 Jul 2026 17:47:37 +0100 Subject: [PATCH] removed swap again --- modules/hosts/server02/_disk-config.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/hosts/server02/_disk-config.nix b/modules/hosts/server02/_disk-config.nix index 75a525d..655a8fe 100644 --- a/modules/hosts/server02/_disk-config.nix +++ b/modules/hosts/server02/_disk-config.nix @@ -16,13 +16,6 @@ }; }; - swap = { - size = "16G"; - content = { - type = "swap"; - }; - }; - root = { size = "100%"; content = {