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";