diff --git a/nixos/configurations/Tytonidae/disk-config.nix b/nixos/configurations/Tytonidae/disk-config.nix index 31267e6..f43eb7c 100644 --- a/nixos/configurations/Tytonidae/disk-config.nix +++ b/nixos/configurations/Tytonidae/disk-config.nix @@ -137,10 +137,6 @@ "noatime" ]; }; - "@swap" = { - mountpoint = "/.swapvol"; - swap.swapfile.size = "32G"; - }; }; }; };