From 63a80ae88a2343bbd980660fd7d016beb98b9100 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 7 Feb 2026 00:04:42 +0100 Subject: [PATCH] Forgor Tailscale :3 --- nix-system-configs/modules/system/traefik.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 4658796..5f7410b 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -125,6 +125,9 @@ }; }; + # Enable Tailscale for remote access to Traefik dashboard and configuration + services.tailscale.enable = true; + systemd.services.traefik = { after = ["acme-finished-prg-radio.org.target"]; wants = ["acme-finished-prg-radio.org.target"];