From 3d1e813fe9dcc988a9741eb6950fae8db9653eaa Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 6 Feb 2026 15:08:02 +0100 Subject: [PATCH] Read old documentation post... --- nix-system-configs/traefik/traefik-config.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix-system-configs/traefik/traefik-config.nix b/nix-system-configs/traefik/traefik-config.nix index 9eb28b2..f2d23b4 100644 --- a/nix-system-configs/traefik/traefik-config.nix +++ b/nix-system-configs/traefik/traefik-config.nix @@ -33,8 +33,6 @@ in { boot.loader.grub.enable = true; boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/sda"; - # Disable EFI bootloader options if present: - boot.loader.efi.enable = false; networking.hostName = "nixos-traefik"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.