Show time

Ok no actually I meant Fix time but Show time sounds good so that's
officially the commit's name now.
This commit is contained in:
Geoffrey Frogeye 2025-02-09 21:23:49 +01:00
parent 13eeeabc92
commit 0229cab124
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 49 additions and 16 deletions

View file

@ -54,15 +54,6 @@ in
];
# wireless support via wpa_supplicant
networking = {
# Tell the time synchronisation service when we got/lost the connection
dhcpcd.runHook = ''
if $if_up; then
${config.services.chrony.package}/bin/chronyc online
elif $if_down; then
${config.services.chrony.package}/bin/chronyc offline
fi
'';
wireless = {
enable = true;
extraConfig = ''