about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-12-12 15:47:19 +0000
committerdevhell <devhell@mailfresser.de>2022-12-12 15:47:19 +0000
commitd4c11d26d8017e3ee08cf3e3489402e02d9ce974 (patch)
treea6a88047dc14a2ea8918802dab61765baa2490d8
parentaf670dfdf91a08837208cd8792b5a3521f4cde37 (diff)
profiles/services: Add automatic-timezoned
This bit me a number of times when I was abroad with herja and, like the
idiot I am, looked at the time, not remembering that my machine is not
in the same TZ as I am. This will hopefully, and gracefully, fix that
for me.
-rw-r--r--modules/user/devhell/profiles/services.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index d3cd7970..b2168b48 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -59,6 +59,7 @@ in {
       openssh.enable = true;
       udisks2.enable = true;
       haveged.enable = true;
+      automatic-timezoned.enable = true;
       globalprotect = {
         enable = true;
         csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";