try to fix timezone failure

This commit is contained in:
Noah Masur 2023-03-27 13:45:23 -04:00
parent 76c80dd31d
commit 8e32c16fd3

View File

@ -14,6 +14,10 @@
services.geoclue2.appConfig.localtimed.isSystem = 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;
};
}