dandelion/filesystem: persist /boot in subvol

This commit is contained in:
LavaDesu 2024-07-24 13:58:26 +10:00
parent 2b3d6fb3d7
commit d14c02bb83
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -25,6 +25,7 @@ in {
options = [ "defaults" "size=12G" "mode=755" ];
};
"/boot" = submount "/@/boot" false;
"/boot/efi" = mkLabelMount "UEFI" "vfat" true;
"/nix" = submount "/@/nix" false;
"/persist" = (submount "/@/persist" true) // { neededForBoot = true; };