all repos — nixfiles @ cd28c4f35f8e5f7b52411bf1864a97fb45cc4cf8

System and user configuration, managed by nix and home-manager

linde: use variable for domain

Alan Pearce
commit

cd28c4f35f8e5f7b52411bf1864a97fb45cc4cf8

parent

e969d821df09c01f63219152306005bdfd9ab0c4

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M system/linde.nixsystem/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 = {