host/canigou: add more peers
This commit is contained in:
parent
40d83f4883
commit
d794bf88f0
1 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
# Source: https://habr.com/ru/companies/xakep/articles/699000/
|
||||
|
||||
let
|
||||
istalData = import ../../istal/data.secret.nix;
|
||||
|
||||
|
@ -70,6 +72,16 @@ in
|
|||
publicKey = "mzVH0N3q7UE/XjMwgRks+D8KFuIj91VkOK2ytgjsnkw=";
|
||||
allowedIPs = [ "10.20.30.4/32" ];
|
||||
}
|
||||
# Phone 1
|
||||
{
|
||||
publicKey = "KRgGzoFk8UjZ1wUWXkt53wI7sJfdP/QaoVY3Xnh13Ws=";
|
||||
allowedIPs = [ "10.20.30.5/32" ];
|
||||
}
|
||||
# Phone 2
|
||||
{
|
||||
publicKey = "EtnHCU478Ne7dtIctq4yFUNjHGXB7SIQEs2g82VzmBc=";
|
||||
allowedIPs = [ "10.20.30.6/32" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue