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