diff options
author | tv <tv@krebsco.de> | 2016-11-24 23:07:48 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-11-24 23:07:48 +0100 |
commit | 8f946dd2fc4d2577fa2ae0c251a1d672bc139077 (patch) | |
tree | 5112a89b57390137b8cdd9f106cc731c9bf7d422 /krebs/3modules | |
parent | edb899745b701c717e9d44785c304f9b791b84d0 (diff) |
tv binary-cache: replace wu by xu and use hosts.binary-cache.pubkey
Diffstat (limited to 'krebs/3modules')
-rw-r--r-- | krebs/3modules/tv/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/krebs/3modules/tv/default.nix b/krebs/3modules/tv/default.nix index 8e266e1b3..b29553c79 100644 --- a/krebs/3modules/tv/default.nix +++ b/krebs/3modules/tv/default.nix @@ -351,11 +351,17 @@ with import <stockholm/lib>; ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIcJvu8JDVzObLUtlAQg9qVugthKSfitwCljuJ5liyHa"; }; xu = { + binary-cache = { + pubkey = "xu-1:pYRENvaxZqGeImwLA9qHmRwHV4jfKaYx4u1VcZ31x0s="; + }; cores = 4; nets = { gg23 = { ip4.addr = "10.23.1.38"; - aliases = ["xu.gg23"]; + aliases = [ + "cache.xu.gg23" + "xu.gg23" + ]; ssh.port = 11423; }; retiolum = { |