kirked myself in the foot

This commit is contained in:
TheCrazyInsanity
2026-01-08 14:18:15 +00:00
parent f8aa53b026
commit 6d04899436
2 changed files with 3 additions and 0 deletions

View File

@@ -51,6 +51,7 @@
fileSystems."/persistent" = {
device = "/dev/disk/by-label/BUTTER";
fsType = "btrfs";
neededForBoot = true;
options = [ "compress=zstd" "subvol=persist" ];
};