System: fix automatic timezone service bug (see https://github.com/NixOS/nixpkgs/issues/68489\#issuecomment-1484030107)
This commit is contained in:
parent
f779ac0320
commit
2323884dec
|
@ -48,6 +48,7 @@ in
|
|||
services = {
|
||||
# Automatically set the timezone
|
||||
automatic-timezoned.enable = true;
|
||||
geoclue2.enableDemoAgent = lib.mkForce true;
|
||||
|
||||
# Enable fwupd (firmware updater)
|
||||
fwupd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue