diff options
author | Soispha <soispha@vhack.eu> | 2023-11-18 18:06:05 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-18 18:06:43 +0100 |
commit | 47cec55dcebeaa88c2b4d1ad1f965f47c350edc0 (patch) | |
tree | c18d956704ad385da36b5763994509d55d621e32 /system | |
parent | feat(system/users): remove obsolete ss-key for sils (diff) | |
download | nixos-server-47cec55dcebeaa88c2b4d1ad1f965f47c350edc0.tar.gz nixos-server-47cec55dcebeaa88c2b4d1ad1f965f47c350edc0.zip |
docs(system/services/taskserver): Add docs about expectations to runtime
Diffstat (limited to 'system')
-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 = { |