diff options
Diffstat (limited to 'Biz/Cloud.nix')
-rw-r--r-- | Biz/Cloud.nix | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Biz/Cloud.nix b/Biz/Cloud.nix index 2a30b48..95d0150 100644 --- a/Biz/Cloud.nix +++ b/Biz/Cloud.nix @@ -2,12 +2,6 @@ # Cloud infrastructure, always online. Mostly for messaging-related stuff. -let - #nixos-mailserver = let ver = "v2.3.0"; in builtins.fetchTarball { - # url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/${ver}/nixos-mailserver-${ver}.tar.gz"; - # sha256 = "0lpz08qviccvpfws2nm83n7m2r8add2wvfg9bljx9yxx8107r919"; - #}; -in bild.os { imports = [ ./OsBase.nix @@ -15,7 +9,6 @@ bild.os { ./Users.nix ./Cloud/Chat.nix ./Cloud/Git.nix - ./Cloud/Grocy.nix ./Cloud/Hardware.nix ./Cloud/Mail.nix ./Cloud/Networking.nix @@ -25,6 +18,6 @@ bild.os { ]; networking.hostName = "simatime"; networking.domain = "simatime.com"; - # the datacenter for this VM is in SF - time.timeZone = "America/Los_Angeles"; + # the datacenter for this VM is in NYC + time.timeZone = "America/New_York"; } |