Enable Tailscale service in songsheet configuration

This commit is contained in:
Root User 2026-03-20 09:28:02 +01:00
parent e5d3bb051c
commit 84a0fb5723
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -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