Make timezones in containers UTC
This commit is contained in:
parent
503e96003d
commit
fde70542ad
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
time.timeZone = config.time.timeZone;
|
||||
time.timeZone = "UTC";
|
||||
boot.isContainer = true;
|
||||
system.stateVersion = stateVersion;
|
||||
networking.hostName = "${hostname}-${host}";
|
||||
|
|
Loading…
Add table
Reference in a new issue