{nixy,mediabox}/wireguard: remove unneeded listenPort setting
This commit is contained in:
parent
282cac1b70
commit
654432249a
@ -113,7 +113,6 @@
|
|||||||
wireguard.interfaces = {
|
wireguard.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
ips = ["10.100.0.5/24"];
|
ips = ["10.100.0.5/24"];
|
||||||
listenPort = 51820;
|
|
||||||
privateKeyFile = config.sops.secrets."wg_privkey".path;
|
privateKeyFile = config.sops.secrets."wg_privkey".path;
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
|
@ -128,7 +128,6 @@
|
|||||||
wireguard.interfaces = {
|
wireguard.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
ips = ["10.100.0.6/24"];
|
ips = ["10.100.0.6/24"];
|
||||||
listenPort = 51820;
|
|
||||||
privateKeyFile = config.sops.secrets."wg_privkey".path;
|
privateKeyFile = config.sops.secrets."wg_privkey".path;
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user