diff --git a/README.org b/README.org index 8f9abb4..1e3e699 100644 --- a/README.org +++ b/README.org @@ -1615,6 +1615,7 @@ Kohlin's config is of course server oriented. # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.efi.efiSysMountPoint = "/boot/efi"; networking.hostName = "kohlin"; # Define your hostname. # Pick only one of the below networking options. diff --git a/system/kohlin/configuration.nix b/system/kohlin/configuration.nix index cf5e6ee..5427df5 100644 --- a/system/kohlin/configuration.nix +++ b/system/kohlin/configuration.nix @@ -16,6 +16,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.efi.efiSysMountPoint = "/boot/efi"; networking.hostName = "kohlin"; # Define your hostname. # Pick only one of the below networking options.