diff options
author | tv <tv@krebsco.de> | 2022-09-15 20:52:00 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-09-15 21:36:15 +0200 |
commit | d76cf33d1f000389558da8c8f5e17db966b8a5a7 (patch) | |
tree | 52257d9de58ef7cab1affaad796ee14a499588ca /tv | |
parent | 3e6f01c3003558a7db1094742fc2cbedf985cd23 (diff) |
tv binary-cache: add retiolum alias
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/binary-cache/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/binary-cache/default.nix b/tv/2configs/binary-cache/default.nix index 6ef7a3850..58791f4f6 100644 --- a/tv/2configs/binary-cache/default.nix +++ b/tv/2configs/binary-cache/default.nix @@ -19,6 +19,7 @@ virtualHosts.nix-serve = { serverAliases = [ "cache.${config.krebs.build.host.name}.hkw" + "cache.${config.krebs.build.host.name}.r" ]; locations."/".extraConfig = '' proxy_pass http://localhost:${toString config.services.nix-serve.port}; |