set timezone on soteria

This commit is contained in:
John Lancaster
2026-04-04 13:33:20 -05:00
parent 25ea6ac502
commit fe19700514
+1
View File
@@ -19,6 +19,7 @@ in
# nixos.restic-envoy # nixos.restic-envoy
({ config, pkgs, ... }: { ({ config, pkgs, ... }: {
networking.hostName = hostname; networking.hostName = hostname;
time.timeZone = "America/Chicago";
# Removes password for sudo # Removes password for sudo
security.sudo-rs.extraRules = lib.mkAfter [ security.sudo-rs.extraRules = lib.mkAfter [