From c76efbb673a725422bd79e0ae08180970661f0ac Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 6 Feb 2026 14:54:15 +0100 Subject: [PATCH] Another mistake... I wish there was like a real-time Nix linter.. --- nix-system-configs/traefik/traefik-config.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nix-system-configs/traefik/traefik-config.nix b/nix-system-configs/traefik/traefik-config.nix index f737c88..be79541 100644 --- a/nix-system-configs/traefik/traefik-config.nix +++ b/nix-system-configs/traefik/traefik-config.nix @@ -33,16 +33,13 @@ in { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "nixosdd"; # Define your hostname. + networking.hostName = "nixos-traefik"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - # Enable networking - networking.networkmanager.enable = true; - # Set your time zone. time.timeZone = "Europe/Copenhagen";