Separate some more files and extrapolate more non-secrets
This commit is contained in:
parent
83796f7cb2
commit
7f512583e0
9 changed files with 122 additions and 103 deletions
|
@ -11,9 +11,9 @@
|
|||
privateKey = config.secrets.wgClientPriv;
|
||||
peers = [
|
||||
{
|
||||
publicKey = config.secrets.wgServerPub;
|
||||
publicKey = "qnOT/lXOJMaQgDUdXpyfGZB2IEyUouRje2m/bCe9ux8=";
|
||||
allowedIPs = [ "${config.ips.wgSpan}.0/24" ];
|
||||
endpoint = "sv.${config.secrets.jimDomain}:51820";
|
||||
endpoint = "sv.${config.domains.jim1}:51820";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue