From d91ee00799bd448a0071a2b355d66492f257b5df Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 11 Dec 2024 22:57:30 +0100 Subject: [PATCH] Update timezone for quitman-rip4 --- nixos/common/services/telegraf.nix | 2 +- nixos/hosts/quitman-rpi4/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/common/services/telegraf.nix b/nixos/common/services/telegraf.nix index de48e34a..ab6ecd16 100644 --- a/nixos/common/services/telegraf.nix +++ b/nixos/common/services/telegraf.nix @@ -73,7 +73,7 @@ data_type = "string"; } { - commands = [ "/run/current-system/sw/bin/uname" "-r" ]; + commands = [ "/run/current-system/sw/bin/uname -r" ]; name_suffix = "_kernel-version"; data_format = "value"; data_type = "string"; diff --git a/nixos/hosts/quitman-rpi4/default.nix b/nixos/hosts/quitman-rpi4/default.nix index 67c7632f..b678d1da 100644 --- a/nixos/hosts/quitman-rpi4/default.nix +++ b/nixos/hosts/quitman-rpi4/default.nix @@ -21,7 +21,7 @@ ]; # Set your time zone. - time.timeZone = "America/Central"; + time.timeZone = "America/Chicago"; ##################################################################################### # BEGIN hardware config