diff options
Diffstat (limited to 'Biz/Cloud.nix')
-rw-r--r-- | Biz/Cloud.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Cloud.nix b/Biz/Cloud.nix index edf8a85..c70c0ad 100644 --- a/Biz/Cloud.nix +++ b/Biz/Cloud.nix @@ -24,4 +24,6 @@ bild.os { ]; networking.hostName = "simatime"; networking.domain = "simatime.com"; + # the datacenter for this VM is in SF + time.timeZone = "America/Los_Angeles"; } |