taskserver: open firewall by default
This commit is contained in:
parent
6319dc3ed2
commit
7f63ac5362
|
@ -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"];
|
||||||
|
|
Loading…
Reference in a new issue