linde: use variable for domain
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M system/linde.nix → system/linde.nix
@@ -414,7 +414,7 @@ enable = true; user = "ntfy"; group = "ntfy"; settings = { - base-url = "https://ntfy.alanpearce.eu"; + base-url = "https://ntfy.${domain}"; listen-http = ":2586"; behind-proxy = true; manager-interval = "1h";@@ -1014,7 +1014,7 @@ settings = { title = "CI"; bindHTTP = "[::1]:8002"; keepRundirs = 1; - archiveURL = "https://ci.alanpearce.eu/archive/"; + archiveURL = "https://ci.${domain}/archive/"; }; timers = { update-flake-nix-packages = {