From 84a0fb57234a4a29a6b3ff852dbb325498475a27 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 20 Mar 2026 09:28:02 +0100 Subject: [PATCH] Enable Tailscale service in songsheet configuration --- nix-system-configs/modules/system/compose-songsheet.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix-system-configs/modules/system/compose-songsheet.nix b/nix-system-configs/modules/system/compose-songsheet.nix index 8dd4628..c36d378 100644 --- a/nix-system-configs/modules/system/compose-songsheet.nix +++ b/nix-system-configs/modules/system/compose-songsheet.nix @@ -49,6 +49,9 @@ in { local.userDescription = "NixOS PRG Portainer-Like Songsheet Service"; local.address = "10.1.1.249"; + # Enable Tailscale + services.tailscale.enable = true; + networking.firewall.allowedTCPPorts = [ 80 443