From f432b7057738cb5123c8e1b506a2a1199e71ee72 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 17 Oct 2021 11:52:47 -0400 Subject: Update cloud services Rebuilt email server, started wireguard setup. --- Biz/Cloud.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Biz/Cloud.nix') 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"; } -- cgit v1.2.3