Make timezones in containers UTC

This commit is contained in:
albert 2025-02-20 17:00:28 -08:00
parent 503e96003d
commit fde70542ad
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -25,7 +25,7 @@
};
};
time.timeZone = config.time.timeZone;
time.timeZone = "UTC";
boot.isContainer = true;
system.stateVersion = stateVersion;
networking.hostName = "${hostname}-${host}";