summaryrefslogtreecommitdiff
path: root/modules/software/locale.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software/locale.nix')
-rw-r--r--modules/software/locale.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/software/locale.nix b/modules/software/locale.nix
new file mode 100644
index 0000000..2648b82
--- /dev/null
+++ b/modules/software/locale.nix
@@ -0,0 +1,9 @@
+{ secrets, ... }:
+{
+ location.provider = "geoclue2";
+
+ time = {
+ timeZone = "${secrets.timezone}";
+ hardwareClockInLocalTime = false;
+ };
+}