fix swapfile still in btrfs subvol

This commit is contained in:
ulic-youthlic 2025-01-23 15:30:11 +08:00
parent ed9d26993b
commit 1a750282fa
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -137,10 +137,6 @@
"noatime" "noatime"
]; ];
}; };
"@swap" = {
mountpoint = "/.swapvol";
swap.swapfile.size = "32G";
};
}; };
}; };
}; };