diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-09-12 21:51:48 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-09-12 21:51:48 -0500 |
| commit | 892d673d00187bec0db10d3d5aa60a26ef5824b5 (patch) | |
| tree | 12538aa2e51ba7edd5e6a4e426e8dd1c2d000941 /users/timmy | |
| parent | c37e6123568c08cd81ae3d50754720835f33ec5d (diff) | |
| download | nixos-892d673d00187bec0db10d3d5aa60a26ef5824b5.tar.xz nixos-892d673d00187bec0db10d3d5aa60a26ef5824b5.zip | |
geoclue options
Diffstat (limited to 'users/timmy')
| -rw-r--r-- | users/timmy/localization.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/timmy/localization.nix b/users/timmy/localization.nix index 4231e8a..6762161 100644 --- a/users/timmy/localization.nix +++ b/users/timmy/localization.nix @@ -2,4 +2,11 @@ time.timeZone = lib.mkDefault "America/Chicago"; # Overwritten by automatic-timezoned i18n.defaultLocale = "en_US.UTF-8"; services.xserver.xkb.layout = "us"; + #services.geoclue2 = { + # enableStatic = true; + # staticLatitude = 41.881832; + # staticLongitude = -87.623177; + # staticAltitude = 100; + # staticAccuracy = 500; + #}; } |
