summaryrefslogtreecommitdiff
path: root/Biz/Cloud.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-10-17 11:52:47 -0400
committerBen Sima <ben@bsima.me>2021-11-26 13:47:38 -0500
commitf432b7057738cb5123c8e1b506a2a1199e71ee72 (patch)
treef9a1f2eda099530934ea1f56d58ea08ba25e304b /Biz/Cloud.nix
parent8e1340bda701171e3557840332c4f3c30e1afc28 (diff)
Update cloud services
Rebuilt email server, started wireguard setup.
Diffstat (limited to 'Biz/Cloud.nix')
-rw-r--r--Biz/Cloud.nix11
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";
}