From 6eadadb62b04e35586a1d9eeb7c0be06bd5d7221 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 27 Mar 2026 19:20:39 -0500 Subject: [PATCH] update domain script --- modules/core/sovran-manage-domains.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/sovran-manage-domains.nix b/modules/core/sovran-manage-domains.nix index 7ac3eee..7eb4163 100644 --- a/modules/core/sovran-manage-domains.nix +++ b/modules/core/sovran-manage-domains.nix @@ -330,14 +330,14 @@ $PENDING_NJALLA" echo "" printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC" printf "%b%s%b\n" "$CYAN" " New Domains Added!" "$NC" - printf "%b%s%b\n" "$CYAN" "════════���═════════════════════════════════════" "$NC" + printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC" echo "" echo " All configured domains:" ${domainSummary} echo "" printf "%b%s%b\n" "$YELLOW" " Rebuilding to activate services with new domains..." "$NC" echo "" - nixos-rebuild switch --flake /etc/nixos#nixos + nixos-rebuild switch --impure ''; needsSetup = pkgs.writeShellScriptBin "sovran-domains-need-setup" ''