Set efiSysMountPoint = /boot so systemd-boot install succeeds with disko
Made-with: Cursor
This commit is contained in:
parent
52d60b9ce0
commit
0fb4fe7d6c
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
{
|
{
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
boot.loader.efi.efiSysMountPoint = "/boot"; # Match disko ESP mountpoint so bootloader install succeeds
|
||||||
|
|
||||||
networking.hostName = lib.mkDefault "nixos"; # Overridden by --system-config at install
|
networking.hostName = lib.mkDefault "nixos"; # Overridden by --system-config at install
|
||||||
networking.wireless.enable = true;
|
networking.wireless.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue