networking lambdas to enable wakeonlan and hosts file

This commit is contained in:
2025-02-05 15:36:04 -06:00
parent 8a46014a08
commit 47f4b2a536
4 changed files with 13 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ in
firewall.allowedUDPPorts = [ port ];
nat = {
enable = true;
externalInterface = "enp2s0";
externalInterface = config.my.interfaces.${config.hostName};
internalInterfaces = [ "wg0" ];
};
wireguard.interfaces.wg0 = {