From 2f773f84b7a9c7a807848f0913fc0c1ad8753a61 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 16:43:22 +0000 Subject: [PATCH] Update config.nix --- config.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.nix b/config.nix index 568a4f1..88e48e4 100644 --- a/config.nix +++ b/config.nix @@ -9,6 +9,15 @@ ./hardware-configuration.nix ]; + boot.loader = { + efi = { + canTouchEfiVariables = true; + efiSysMountPoint = "/boot/efi"; # ← use the same mount point here. + systemd-boot.enable = true; + }; + }; +}; + # Name your host machine networking.hostName = "NixOS-VM";