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 | faba69f10980c0a284703a466d8b4b37532d4a19 (patch) | |
tree | 2c4adbd466537d833cdb059d7ddca62c2ac2fe54 /tv/2configs | |
parent | f3ed693a70fe80b5eb536cd32b2cfe38e06226f1 (diff) |
tv binary-cache: add retiolum alias
Diffstat (limited to 'tv/2configs')
-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 6ef7a38..58791f4 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}; |