From 4858d0745f07ebbdb880c6285a5ae22ac4f4d35b Mon Sep 17 00:00:00 2001 From: William Date: Wed, 6 Aug 2025 17:32:56 -0300 Subject: [PATCH] no swap partition on io --- hosts/modules/io/hardware-configuration.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/modules/io/hardware-configuration.nix b/hosts/modules/io/hardware-configuration.nix index 4497d99..8a71aca 100644 --- a/hosts/modules/io/hardware-configuration.nix +++ b/hosts/modules/io/hardware-configuration.nix @@ -59,14 +59,6 @@ ]; }; }; - swap = { - priority = 2; - name = "swap"; - size = "12G"; - content = { - type = "swap"; - }; - }; cryptroot = { priority = 3; name = "root";