moving bootloader for kohlin to right folder

This commit is contained in:
Chris Cochrun 2022-11-21 11:07:52 -06:00
parent 6e1989290d
commit d94be42559
2 changed files with 2 additions and 0 deletions

View file

@ -1615,6 +1615,7 @@ Kohlin's config is of course server oriented.
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
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/efi";
networking.hostName = "kohlin"; # Define your hostname. networking.hostName = "kohlin"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.

View file

@ -16,6 +16,7 @@
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
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/efi";
networking.hostName = "kohlin"; # Define your hostname. networking.hostName = "kohlin"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.