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
|
|
@ -3,8 +3,10 @@
|
|||
loader = {
|
||||
systemd-boot.enable = false;
|
||||
efi.canTouchEfiVariables = true;
|
||||
efi.efiSysMountPoint = "/boot/efi";
|
||||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
device = "/dev/sda";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue