Skip to content

Commit

Permalink
fix: Correct default geoclue.timeout value in hm module
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Jan 23, 2025
1 parent bdd6f46 commit cbdf135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ in {
};
timeout = lib.mkOption {
type = lib.types.int;
default = null;
default = 1000;
description = ''
Time in milliseconds to wait for GeoClue 2 to return a location.
After this time `timewall` will fallback to manual location configuration
Expand Down

0 comments on commit cbdf135

Please sign in to comment.