mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Enable Tailscale service in songsheet configuration
This commit is contained in:
parent
e5d3bb051c
commit
84a0fb5723
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue