From 1a750282fa296fe29886739ad1997024a333d431 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Thu, 23 Jan 2025 15:30:11 +0800 Subject: [PATCH] fix swapfile still in btrfs subvol --- nixos/configurations/Tytonidae/disk-config.nix | 4 ---- 1 file changed, 4 deletions(-) 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"; - }; }; }; };