From ccf6b5effcd29c8a7fd0cd6efb25be3ae1ded1b7 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 5 Dec 2024 15:05:34 +0100 Subject: [PATCH] set automatic timezone for wheatley --- nixos/hosts/wheatley/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 4e6b8da..f47ea7c 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -24,6 +24,8 @@ }) ]; + services.automatic-timezoned.enable = true; + #Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys sops.defaultSopsFile = ./secrets/sops.yaml;