Add and fix wireguard on hummelberg

This commit is contained in:
Fabian Hauser 2020-11-30 21:34:40 +01:00
parent f4c6c70d67
commit 2a34c9d427
2 changed files with 12 additions and 1 deletions

View file

@ -9,7 +9,7 @@
endpoint = hostconf.endpoint;
allowedIPs = [ hostconf.v4.ip ];
persistantKeepalive = hostconf.persistentKeepalive;
persistentKeepalive = hostconf.persistentKeepalive;
});
makeInterface = (hostName: netname: netconfig: {