forked from wurzel/fruitbasket
remove ese wireguard
This commit is contained in:
parent
3d0f3cfa21
commit
f518bd545d
2 changed files with 3 additions and 34 deletions
|
@ -47,35 +47,5 @@
|
|||
EmitLLDP = "nearest-bridge";
|
||||
};
|
||||
};
|
||||
netdevs."30-wireguard-ese" = {
|
||||
netdevConfig = {
|
||||
Kind = "wireguard";
|
||||
Name = "wg0";
|
||||
};
|
||||
wireguardConfig = {
|
||||
PrivateKeyFile = config.sops.secrets."wg-ese".path;
|
||||
ListenPort = 10000;
|
||||
RouteTable = "main";
|
||||
RouteMetric = 30;
|
||||
};
|
||||
wireguardPeers = [
|
||||
|
||||
{
|
||||
wireguardPeerConfig = {
|
||||
|
||||
PublicKey = "gTWcZ8dAb735kY0vs/LwnBdap5J6+eeHAsLXCu+C52M=";
|
||||
AllowedIPs = "10.20.24.2/24";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
networks."30-wireguard-ese" = {
|
||||
matchConfig.Name = "wg0";
|
||||
address = [ "10.20.24.1/24" ];
|
||||
# networkConfig = {
|
||||
# DNSSEC = false;
|
||||
# BindCarrier = [ "ens3" ];
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue