summaryrefslogtreecommitdiff
path: root/Omni/Cloud.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-03-21 15:46:56 -0400
committerBen Sima <ben@bsima.me>2025-04-11 12:30:29 -0400
commitae011f80c7e85d23edc185876e3d026704221454 (patch)
treed53cee2cc2f3030d2882e7e542b2f6e6b0f1f2dd /Omni/Cloud.nix
parentd4fba38b5d68952457bf1316471faf08e78950ca (diff)
Switch from simatime.com to bensima.com
This does the full transition: web server, mail server, xmpp. I expect some disruption, but hopefully this is everything and it just switches over without any problem.
Diffstat (limited to 'Omni/Cloud.nix')
-rwxr-xr-xOmni/Cloud.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/Omni/Cloud.nix b/Omni/Cloud.nix
index 6f52850..544b588 100755
--- a/Omni/Cloud.nix
+++ b/Omni/Cloud.nix
@@ -17,8 +17,8 @@ bild.os {
./Cloud/Monica.nix
"${bild.sources.nixos-mailserver}"
];
- networking.hostName = "simatime";
- networking.domain = "simatime.com";
+ networking.hostName = "bensima";
+ networking.domain = "bensima.com";
# the datacenter for this VM is in NYC
time.timeZone = "America/New_York";
}