From d94be42559f6fcde5e3e7bdf7d4bf0610412cd81 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 21 Nov 2022 11:07:52 -0600 Subject: [PATCH] moving bootloader for kohlin to right folder --- README.org | 1 + system/kohlin/configuration.nix | 1 + 2 files changed, 2 insertions(+) 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.