Remove nix-serve.hq.c3d2.de

This commit is contained in:
Sandro - 2023-12-16 16:23:32 +01:00
parent 5e182a36f1
commit e390d4650d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 0 additions and 4 deletions

View File

@ -183,9 +183,6 @@ in
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/".proxyPass = "http://127.0.0.1:${toString cachePort}"; locations."/".proxyPass = "http://127.0.0.1:${toString cachePort}";
serverAliases = [
"nix-serve.hq.c3d2.de"
];
}; };
}; };
}; };

View File

@ -89,7 +89,6 @@
hostNames = [ hostNames = [
"hydra.hq.c3d2.de" "hydra.hq.c3d2.de"
"nix-cache.hq.c3d2.de" "nix-cache.hq.c3d2.de"
"nix-serve.hq.c3d2.de"
]; ];
proxyTo.host = hostRegistry.hydra.ip4; proxyTo.host = hostRegistry.hydra.ip4;
} { } {