From ae011f80c7e85d23edc185876e3d026704221454 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 21 Mar 2025 15:46:56 -0400 Subject: 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. --- Omni/Dev/Beryllium.nix | 2 +- Omni/Dev/Lithium.nix | 2 +- Omni/Dev/Lithium/Configuration.nix | 2 +- Omni/Dev/Vpn.nix | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) (limited to 'Omni/Dev') diff --git a/Omni/Dev/Beryllium.nix b/Omni/Dev/Beryllium.nix index 9a72353..556bea8 100755 --- a/Omni/Dev/Beryllium.nix +++ b/Omni/Dev/Beryllium.nix @@ -13,5 +13,5 @@ bild.os { ./Beryllium/OpenWebui.nix ]; networking.hostName = "beryllium"; - networking.domain = "beryl.simatime.com"; + networking.domain = "beryl.bensima.com"; } diff --git a/Omni/Dev/Lithium.nix b/Omni/Dev/Lithium.nix index 7befc7d..6b7b9a4 100755 --- a/Omni/Dev/Lithium.nix +++ b/Omni/Dev/Lithium.nix @@ -16,5 +16,5 @@ bild.os { ./Vpn.nix ]; networking.hostName = "lithium"; - networking.domain = "dev.simatime.com"; + networking.domain = "dev.bensima.com"; } diff --git a/Omni/Dev/Lithium/Configuration.nix b/Omni/Dev/Lithium/Configuration.nix index e713fb7..5df3fa5 100644 --- a/Omni/Dev/Lithium/Configuration.nix +++ b/Omni/Dev/Lithium/Configuration.nix @@ -38,7 +38,7 @@ in { services.my-hoogle.enable = true; services.my-hoogle.port = ports.hoogle; - services.my-hoogle.home = "//hoogle.simatime.com"; + services.my-hoogle.home = "//hoogle.bensima.com"; services.my-hoogle.packages = pkgset: lib.attrsets.attrVals (import ../../Bild/Deps/Haskell.nix) pkgset; services.my-hoogle.haskellPackages = pkgs.haskell.packages.${ghcCompiler}; diff --git a/Omni/Dev/Vpn.nix b/Omni/Dev/Vpn.nix index 7172d84..996b22c 100644 --- a/Omni/Dev/Vpn.nix +++ b/Omni/Dev/Vpn.nix @@ -6,13 +6,12 @@ inappropriate sites, as well as a ton of ads. */ let ports = import ../Cloud/Ports.nix; - domain = "headscale.simatime.com"; in { services.headscale = { enable = false; # don't use headscale rn, just use tailscale.com address = "0.0.0.0"; port = ports.headscale; - settings = {dns.base_domain = "simatime.com";}; + settings = {dns.base_domain = "bensima.com";}; }; environment.systemPackages = [config.services.headscale.package]; -- cgit v1.2.3