Skip to content

Commit

Permalink
feat(framework): Add geoclue
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 24, 2023
1 parent 3ac2f79 commit b59c013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/framework/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
users.users.emiller.extraGroups = ["networkmanager"];

time.timeZone = "America/Chicago";
time.hardwareClockInLocalTime = true;
location.provider = "geoclue2";

services.mullvad-vpn.enable = true;

Expand Down

0 comments on commit b59c013

Please sign in to comment.