@cryptotaxi247 / infra / commits / e427a7d9

delft: switch all hosts to UTC

Fixes #365.

Pierre Bourdon committed Feb 12, 2024 at 04:02 UTC e427a7d9006017ef723d67e133596621682e345d
2 files changed +1 -2
delft/rhea/configuration.nix
-1
@@ -22,7 +22,6 @@
22 firewall.logRefusedConnections = false;
23 };
24
25 - time.timeZone = lib.mkForce "UTC";
25 system.stateVersion = "21.11";
26
27 services.hydra-dev.dbi = "dbi:Pg:dbname=hydra;host=10.254.1.9;user=hydra;";
modules/common.nix
+1 -1
@@ -3,7 +3,7 @@
3 with lib;
4
5 {
6 - time.timeZone = "Europe/Amsterdam";
6 + time.timeZone = "UTC";
7
8 users.mutableUsers = false;
9