atticd change url

This commit is contained in:
2024-11-13 23:08:28 -06:00
parent 5a92a8c996
commit a689137a11
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ in
};
};
};
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
nginx.virtualHosts."cache.rotehaare.art" = lib.mkIf cfg.enableProxy (
setup.proxyReverseFix cfg.hostName cfg.port // { }
);
};