add aristotle to wireguard

This commit is contained in:
stupidcomputer 2024-10-28 23:01:11 -05:00
parent 2045d94da3
commit 29e75e319f
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@
publicKey = "JlH1X4KRT+B8Uau+qTLtBqyapkbGClIj1db7znU77kc=";
allowedIPs = [ "10.100.0.2/32" ];
}
{ # aristotle
publicKey = "Sw2yyMhyS8GOCWm1VuGn3Y7cfx606dXOGK5mux8ckQU=";
allowedIPs = [ "10.100.0.3/32" ];
}
];
};
};