From 4404dff9827166b1ba18459c2a9b587b82cddf55 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 6 Feb 2026 15:44:09 +0100 Subject: [PATCH] Add Tailscale service - TO BE REMOVED LATER... I THINK... MAYBE REPLACED WITH OPENVPN SERVER --- nix-system-configs/traefik/traefik-config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix-system-configs/traefik/traefik-config.nix b/nix-system-configs/traefik/traefik-config.nix index 89f0ffb..057af39 100644 --- a/nix-system-configs/traefik/traefik-config.nix +++ b/nix-system-configs/traefik/traefik-config.nix @@ -60,6 +60,11 @@ in { }; + # Enable Tailscale for secure remote access + services.tailscale.enable = true; + + + # Enable Seatd for Wayland sessions (needed for sway/seat management) services.seatd = { enable = true;