mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
try to fix timezone failure
This commit is contained in:
parent
76c80dd31d
commit
8e32c16fd3
@ -14,6 +14,10 @@
|
|||||||
services.geoclue2.appConfig.localtimed.isSystem = true;
|
services.geoclue2.appConfig.localtimed.isSystem = true;
|
||||||
services.geoclue2.appConfig.localtimed.isAllowed = true;
|
services.geoclue2.appConfig.localtimed.isAllowed = true;
|
||||||
|
|
||||||
|
# Fix "Failed to set timezone"
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/68489#issuecomment-1484030107
|
||||||
|
services.geoclue2.enableDemoAgent = lib.mkForce true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user