summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-11-18 18:06:05 +0100
committerSoispha <soispha@vhack.eu>2023-11-18 18:06:43 +0100
commit47cec55dcebeaa88c2b4d1ad1f965f47c350edc0 (patch)
treec18d956704ad385da36b5763994509d55d621e32
parentfeat(system/users): remove obsolete ss-key for sils (diff)
downloadnixos-server-47cec55dcebeaa88c2b4d1ad1f965f47c350edc0.tar.gz
nixos-server-47cec55dcebeaa88c2b4d1ad1f965f47c350edc0.zip
docs(system/services/taskserver): Add docs about expectations to runtime
-rw-r--r--system/services/taskserver/default.nix1
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 = {