mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
services.beesd & xray: lower log level
This commit is contained in:
@@ -41,6 +41,7 @@ inputs:
|
||||
"--thread-count" "${builtins.toString instance.value.threads or 1}"
|
||||
"--loadavg-target" "${builtins.toString instance.value.loadAverage or 1}"
|
||||
"--scan-mode" "3"
|
||||
"--verbose" "6"
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -86,7 +86,7 @@ inputs:
|
||||
in
|
||||
builtins.toJSON
|
||||
{
|
||||
log.loglevel = "info";
|
||||
log.loglevel = "warning";
|
||||
dns =
|
||||
{
|
||||
servers =
|
||||
|
||||
Reference in New Issue
Block a user