diff options
-rw-r--r-- | system/services/taskserver/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/taskserver/default.nix b/system/services/taskserver/default.nix index 4ee9a31..79ba8ab 100644 --- a/system/services/taskserver/default.nix +++ b/system/services/taskserver/default.nix @@ -23,6 +23,7 @@ in { fqdn = "taskserver.vhack.eu"; # This should tell taskd to bind to both ipv6 and ipv4 domains: + # This will ONLY work when the kernel option `sys.net.ipv6.bindv6only` is false listenHost = "::"; }; security.acme.certs.taskserver = { |