From 692da46cabaeb9255a24b29c71574935e384585e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 17:10:41 +0000 Subject: [PATCH] Update config.nix --- config.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.nix b/config.nix index e1502fc..6624c4c 100644 --- a/config.nix +++ b/config.nix @@ -10,9 +10,6 @@ ]; boot.loader = { - efi = { - canTouchEfiVariables = true; - efiSysMountPoint = "/boot/efi"; # ← use the same mount point here. systemd-boot.enable = true; }; };