Chrony: Consider always online

sudo in hook thinks NoNewPrivleges flag is stil active.
I don't have it in me to try to fix this,
all my computers are more or less always online,
and it doesn't sync time often enough to be noticeable on battery
(proabably).
This commit is contained in:
Geoffrey Frogeye 2025-05-22 16:42:30 +02:00
parent a4978d6c12
commit 12c176de22
2 changed files with 1 additions and 36 deletions

View file

@ -90,9 +90,6 @@ in
};
};
# Wait until there's a connection to fetch time
services.chrony.serverOption = "offline";
systemd.services.wifi_apply = {
after = [ "wpa_supplicant.service" ];
wantedBy = [ "wpa_supplicant.service" ];