dandelion/filesystem: persist /boot in subvol
This commit is contained in:
parent
2b3d6fb3d7
commit
d14c02bb83
1 changed files with 1 additions and 0 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue