From 47cec55dcebeaa88c2b4d1ad1f965f47c350edc0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 18 Nov 2023 18:06:05 +0100 Subject: docs(system/services/taskserver): Add docs about expectations to runtime --- system/services/taskserver/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/services/taskserver') 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 = { -- cgit 1.4.1