From d4940f643e00ef25a3ad5a081223c74c955967d2 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 7 Dec 2023 09:03:06 -0800 Subject: [PATCH] test --- configuration.nix | 3 --- 1 file changed, 3 deletions(-) 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 = {