diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3c67d2c..7781c12 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -18,10 +18,6 @@ systemd.user.services.mbsync.unitConfig.After = [ "sops-nix.service" ]; - # Use the systemd-boot EFI boot loader. - # boot.loader.systemd-boot.enable = true; - # boot.loader.efi.canTouchEfiVariables = true; - # Grub Boot Loader Setup boot.loader.grub = { enable = true;