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;