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; }; };