Set efi system partition
This commit is contained in:
parent
42456998b6
commit
b55f21ebe8
5 changed files with 4 additions and 2 deletions
|
|
@ -33,6 +33,7 @@ in {
|
|||
options = [ "subvol=@home" ] ++ btrfs_options ++ btrfs_ssd;
|
||||
};
|
||||
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
fileSystems."/boot/efi" = {
|
||||
device = "/dev/disk/by-uuid/DC3B-5753";
|
||||
fsType = "vfat";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue