Skip to content

Commit

Permalink
feat: Set up timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
tlater-famedly committed Dec 16, 2024
1 parent ed99584 commit 60aa38e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos-config/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
flake-inputs,
...
}:
Expand Down Expand Up @@ -68,7 +69,9 @@
};
};

time.timeZone = "Europe/Amsterdam";
time.timeZone = lib.mkDefault "Asia/Hong_Kong";
services.automatic-timezoned.enable = true;
services.geoclue2.geoProviderUrl = "https://api.beacondb.net/v1/geolocate";

users = {
defaultUserShell = pkgs.zsh;
Expand Down

0 comments on commit 60aa38e

Please sign in to comment.