diff options
author | lassulus <lassulus@lassul.us> | 2019-04-17 20:11:20 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-04-17 20:11:20 +0200 |
commit | e4c59ba54992a80671c45d38ab96f7ff0d22b900 (patch) | |
tree | 38d4e8003d24f021eb614d64a548fc47ff3748af /lass/1systems/yellow/config.nix | |
parent | 40968c0129b389415bdca5647b71b3a82b1ddd15 (diff) |
l yellow.r: reduce transmission journal spam
Diffstat (limited to 'lass/1systems/yellow/config.nix')
-rw-r--r-- | lass/1systems/yellow/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix index 8b3b2814f..cda0d0a33 100644 --- a/lass/1systems/yellow/config.nix +++ b/lass/1systems/yellow/config.nix @@ -31,6 +31,7 @@ with import <stockholm/lib>; download-dir = "/var/download/finished"; incomplete-dir = "/var/download/incoming"; incomplete-dir-enable = true; + message-level = 1; umask = "002"; rpc-whitelist-enabled = false; rpc-host-whitelist-enabled = false; |