nixos/ntpd-rs: set default log-level to warn
see [dev recommendation](https://discourse.nixos.org/t/why-are-we-using-systemd-timesyncd-by-default/74052/32). this should reduce the spamminess of the service in the system log while leaving the option to turn up logging if needed for debugging.
This commit is contained in:
committed by
Cassandra Comar
parent
33829a9c28
commit
a3bd3d8f18
@@ -70,6 +70,7 @@ in
|
||||
|
||||
services.ntpd-rs.settings = {
|
||||
observability = {
|
||||
log-level = lib.mkDefault "warn";
|
||||
observation-path = lib.mkDefault "/var/run/ntpd-rs/observe";
|
||||
};
|
||||
source = lib.mkIf cfg.useNetworkingTimeServers (
|
||||
|
||||
Reference in New Issue
Block a user