taskserver: open firewall by default

This commit is contained in:
Serĉanto de Scio 2024-06-25 12:14:53 +10:00
parent 6319dc3ed2
commit 7f63ac5362
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -9,6 +9,7 @@
enable = true; # Enable Taskwarrior server enable = true; # Enable Taskwarrior server
fqdn = "task.mcwhirter.io"; # Server's public domain name fqdn = "task.mcwhirter.io"; # Server's public domain name
listenHost = "task.mcwhirter.io"; # Sets listening IP & opens firewall listenHost = "task.mcwhirter.io"; # Sets listening IP & opens firewall
openFirewall = true;
organisations = { organisations = {
teaghlach = { teaghlach = {
groups = ["teaghlach"]; groups = ["teaghlach"];