Update timezone for quitman-rip4
This commit is contained in:
parent
7b3441216c
commit
d91ee00799
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Central";
|
||||
time.timeZone = "America/Chicago";
|
||||
|
||||
#####################################################################################
|
||||
# BEGIN hardware config
|
||||
|
|
Loading…
Reference in a new issue