hosts/dandelion: store esp in boot/efi to allow for kernel files
This commit is contained in:
parent
ef15c4ca20
commit
2b3d6fb3d7
2 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ in {
|
|||
options = [ "defaults" "size=12G" "mode=755" ];
|
||||
};
|
||||
|
||||
"/boot" = mkLabelMount "UEFI" "vfat" true;
|
||||
"/boot/efi" = mkLabelMount "UEFI" "vfat" true;
|
||||
"/nix" = submount "/@/nix" false;
|
||||
"/persist" = (submount "/@/persist" true) // { neededForBoot = true; };
|
||||
"/persist/.snapshots" = submount "/snap/persist" false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue