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:
parent
13eeeabc92
commit
0229cab124
4 changed files with 49 additions and 16 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue