System Gen167 @ 2025-04-24-00:03:37

This commit is contained in:
2025-04-24 00:03:38 +02:00
parent 6af180de05
commit ce6f87d7ab
2 changed files with 4 additions and 4 deletions

View File

@@ -26,11 +26,11 @@ in {
config = lib.mkIf cfg.enable {
networking.firewall.allowedUDPPorts = [cfg.port];
networking.wireguard.interfaces.wg0 = {
inherit (peers.jonas) ips;
networking.wg-quick.interfaces.wg0 = {
inherit (peers.jonas) address;
inherit (cfg) privateKeyFile;
listenPort = cfg.port;
autostart = cfg.autoConnect;
peers = [
peers.harbor
];