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/Os/Base.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Omni/Os') diff --git a/Omni/Os/Base.nix b/Omni/Os/Base.nix index e221e9e..3464af4 100644 --- a/Omni/Os/Base.nix +++ b/Omni/Os/Base.nix @@ -6,7 +6,7 @@ in { boot.tmp.cleanOnBoot = true; networking.firewall.allowPing = true; networking.firewall.allowedTCPPorts = [ports.et]; - nix.settings.substituters = ["https://cache.nixos.org"]; # "ssh://dev.simatime.com" ]; + nix.settings.substituters = ["https://cache.nixos.org"]; # "ssh://dev.bensima.com" ]; nix.gc.automatic = true; nix.gc.dates = "Sunday 02:15"; nix.optimise.automatic = true; @@ -16,8 +16,8 @@ in { programs.ccache.enable = true; programs.mosh.enable = true; programs.mosh.withUtempter = true; - security.acme.defaults.email = "ben@bsima.me"; security.acme.acceptTerms = true; + security.acme.defaults.email = "bsima@icloud.com"; # fallback to apple-hosted security.sudo.wheelNeedsPassword = false; services.clamav.daemon.enable = true; # security services.clamav.updater.enable = true; # security -- cgit v1.2.3