diff options
author | makefu <github@syntax-fehler.de> | 2021-11-26 14:13:30 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-11-26 14:13:30 +0100 |
commit | 13c525e54862f0989eea2e4606a68c98e6b49b79 (patch) | |
tree | dadf8d91f8a1b5e0138c457d7cf25f637cecbb48 /lass | |
parent | 463dc7ea67a3eb0c327dcffb6457581778c6e6b2 (diff) | |
parent | b8dfd63ba1a141a6ea69db305ca1be99e99ae4e1 (diff) |
Merge remote-tracking branch 'mic/master'
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/yellow/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix index dc3b4b566..554882bf3 100644 --- a/lass/1systems/yellow/config.nix +++ b/lass/1systems/yellow/config.nix @@ -21,7 +21,7 @@ with import <stockholm/lib>; download-dir = "/var/download/finished"; incomplete-dir = "/var/download/incoming"; incomplete-dir-enable = true; - rpc-bind-address = "0.0.0.0"; + rpc-bind-address = "::"; message-level = 1; umask = 18; rpc-whitelist-enabled = false; |