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