fix routing via yevaud
This commit is contained in:
parent
95aef242ea
commit
752faa333d
|
@ -62,6 +62,12 @@ in
|
|||
];
|
||||
|
||||
networking = {
|
||||
nat = mkIf host.isRouter {
|
||||
enable = true;
|
||||
enableIPv6 = true;
|
||||
internalInterfaces = [ "birdsong" ];
|
||||
};
|
||||
|
||||
firewall.allowedUDPPorts = mkIf cfg.openPorts [ host.port ];
|
||||
|
||||
wireguard.interfaces.${cfg.interface} = {
|
||||
|
|
Loading…
Reference in a new issue