From fe19700514a1fab8e8eb2b52df163e9ab02251ba Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:33:20 -0500 Subject: [PATCH] set timezone on soteria --- modules/hosts/soteria/soteria.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/soteria/soteria.nix b/modules/hosts/soteria/soteria.nix index fc36f8c..8f34eb4 100644 --- a/modules/hosts/soteria/soteria.nix +++ b/modules/hosts/soteria/soteria.nix @@ -19,6 +19,7 @@ in # nixos.restic-envoy ({ config, pkgs, ... }: { networking.hostName = hostname; + time.timeZone = "America/Chicago"; # Removes password for sudo security.sudo-rs.extraRules = lib.mkAfter [