diff options
author | tv <tv@krebsco.de> | 2020-08-19 02:30:51 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-08-19 02:30:51 +0200 |
commit | 358633f9737c8327d6028ebfadf72cbb51df70fb (patch) | |
tree | 7e8f573ad0ae14e6cd0acba69e6f7d84aa6c471f /tv/2configs/binary-cache | |
parent | c61d99ccc653c9bee950c9e2d8a3f5bf6f4d8d1c (diff) |
tv nets: gg23 -> hkw
Diffstat (limited to 'tv/2configs/binary-cache')
-rw-r--r-- | tv/2configs/binary-cache/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/binary-cache/default.nix b/tv/2configs/binary-cache/default.nix index 866434cb5..f6eaba36f 100644 --- a/tv/2configs/binary-cache/default.nix +++ b/tv/2configs/binary-cache/default.nix @@ -27,7 +27,7 @@ enable = true; virtualHosts.nix-serve = { serverAliases = [ - "cache.${config.krebs.build.host.name}.gg23" + "cache.${config.krebs.build.host.name}.hkw" ]; locations."/".extraConfig = '' proxy_pass http://localhost:${toString config.services.nix-serve.port}; |