add new wg key for staging

This commit is contained in:
Tassilo - 2022-05-15 22:25:15 +02:00
parent 6f93f1a8c7
commit 078301c511
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
dvb-dump.domain = "staging.dvb.solutions";
networking.wg-quick.interfaces.wg-dvb = {
address = [ "10.13.37.5/32" ];
privateKeyFile = "/root/wg-seckey";
privateKeyFile = "/var/wg-seckey";
postUp = '' ${pkgs.iputils}/bin/ping -c 10 10.13.37.1 || true '';
peers = [
{

View File

@ -23,7 +23,7 @@
}
# data hoarder staging
{
publicKey = "sDiukhk4m+efHc/i1brao0ztnOM1ZipmgTmg8q9kZGQ=";
publicKey = "48hc7DVnUh2DHYhrxrNtNzj05MRecJO52j2niPImvkU=";
allowedIPs = [ "10.13.37.5/32" ];
persistentKeepalive = 25;
}