diff --git a/configuration.nix b/configuration.nix index 62cb4c0..17eedd2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,9 +11,6 @@ ]; # Bootloader. - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - boot.loader.efi.efiSysMountPoint = "/boot"; boot.kernelPackages = pkgs.linuxPackages_latest; nix = {