Machins/Everest: mount persist subvolume

This commit is contained in:
Toast 2024-02-19 23:07:38 +01:00
parent 192b136259
commit 26cc28ba41

View file

@ -34,6 +34,11 @@
fsType = "btrfs";
options = [ "compress=zstd" "subvol=/" "ro" ];
};
"/persist" = {
device = "/dev/disk/by-label/Everest";
fsType = "btrfs";
options = [ "compress=zstd" "subvol=@persist" ];
};
};
fileSystems."/boot/efi" =