enable wireguard
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
./sks.nix
|
./sks.nix
|
||||||
./gitea.nix
|
./gitea.nix
|
||||||
./nexus.nix
|
./nexus.nix
|
||||||
#./wireguard.nix
|
./wireguard.nix
|
||||||
#./mqtt.nix
|
#./mqtt.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,16 +12,9 @@
|
|||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
allowedIPs = ["192.168.43.2"];
|
allowedIPs = ["192.168.43.2"];
|
||||||
publicKey = "vGuxJHw7I1gSQd7SThDu758ynR3AKVXjgqtNIUnMBEg=";
|
publicKey = "wbeCSyurE/kiXooaqieRgoDHJiDBiw/CHvF5e+LCPlw=";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
allowedIPs = ["192.168.43.3"];
|
|
||||||
publicKey = "YQ/SN8ZauuvWKJp+cT2JPP7sUUJai4ujubAZNZkZAAU=";
|
|
||||||
persistentKeepalive = 25;
|
|
||||||
}
|
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user