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:
Cassandra Comar
2026-06-25 09:04:03 -04:00
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 (