Merge pull request #29 from mystfox/youko-wg-2

more to make it work?
This commit is contained in:
katrin 2021-10-21 18:50:19 +01:00 committed by GitHub
commit e59a2e1782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,9 +84,9 @@
# Youko WG
networking.wireguard.interfaces.wg-youko = {
ips = [
"10.42.68.1/32"
"10.42.68.1/24"
];
listenPort = 51219;
listenPort = 51819;
peers = [
{
allowedIPs = [
@ -97,6 +97,7 @@
];
privateKeyFile = config.secrets.files.wg-youko-privkey.path;
};
networking.firewall.allowedUDPPorts = [ 51819 ];
kw.secrets.variables.wg-youko-privkey = {
path = "secrets/wireguard";