diff --git a/nixos/systems/blowhole/firewall.nix b/nixos/systems/blowhole/firewall.nix index d51b16e..92bc45c 100644 --- a/nixos/systems/blowhole/firewall.nix +++ b/nixos/systems/blowhole/firewall.nix @@ -1,7 +1,7 @@ { pkgs, secret, config, lib, ... }: with lib; let - lan = "enp4s0"; + lan = "enp8s0f1"; wan = "enp3s0"; doVPN = "do_vpn0";