disable wg for now
This commit is contained in:
parent
00ee4bd980
commit
3e152c078a
1 changed files with 11 additions and 11 deletions
|
@ -6,17 +6,17 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.wg-quick.interfaces = {
|
networking.wg-quick.interfaces = {
|
||||||
freyanet = {
|
#freyanet = {
|
||||||
address = [ "10.2.0.2/32" "fd:cafe:dead:bee::2/128" "fe80::2/128" ];
|
# address = [ "10.2.0.2/32" "fd:cafe:dead:bee::2/128" "fe80::2/128" ];
|
||||||
dns = [ "10.2.2.2" ];
|
# dns = [ "10.2.2.2" ];
|
||||||
privateKeyFile = config.sops.secrets.freyanetWg.path;
|
# privateKeyFile = config.sops.secrets.freyanetWg.path;
|
||||||
|
|
||||||
peers = [{
|
# peers = [{
|
||||||
publicKey = "x0ykwakpYCvI/pG+nR83lNUyeOE9m54thnX3bvZ+FUk=";
|
# publicKey = "x0ykwakpYCvI/pG+nR83lNUyeOE9m54thnX3bvZ+FUk=";
|
||||||
allowedIPs = [ "10.0.0.0/12" "fd:cafe::/32" ];
|
# allowedIPs = [ "10.0.0.0/12" "fd:cafe::/32" ];
|
||||||
endpoint = "freya.cat:41111";
|
# endpoint = "freya.cat:41111";
|
||||||
persistentKeepalive = 25;
|
# persistentKeepalive = 25;
|
||||||
}];
|
# }];
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue