feat(nixos): move

This commit is contained in:
ooks-io 2024-09-24 18:11:28 +12:00
parent f34eed5138
commit 9f3ad6d78b

View file

@ -7,7 +7,7 @@ in {
"en_US.UTF-8/UTF-8" "en_US.UTF-8/UTF-8"
]; ];
}; };
time.timeZone = mkDefault "Pacific/Auckland"; time.timeZone = mkDefault "Australia/Sydney";
location.provider = "geoclue2"; location.provider = "geoclue2";
services.geoclue2.enable = true; services.geoclue2.enable = true;
} }