diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-01 20:51:02 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-01 20:51:02 +0530 |
commit | 3a1ac20e168489ed899b5e94954e61368b7aab75 (patch) | |
tree | 9fabc4bd5913eb318f49837194fdf0dc21a7ccb9 /hosts/kay/modules/network.nix | |
parent | 2eb43c7b2150342c2d6fb17fe0d2f0c12a2cdaee (diff) |
Revert "kay/network: switch lan and wan port"
This reverts commit cb0606d7935d9c8cf35ce095c5c7b91a61fa683a.
Diffstat (limited to 'hosts/kay/modules/network.nix')
-rw-r--r-- | hosts/kay/modules/network.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/kay/modules/network.nix b/hosts/kay/modules/network.nix index 0601815..c31765b 100644 --- a/hosts/kay/modules/network.nix +++ b/hosts/kay/modules/network.nix @@ -2,7 +2,7 @@ let inetVlan = 722; - wanInterface = "enp0s20u1"; + wanInterface = "enp4s0"; nameServer = "1.0.0.1"; domain = config.userdata.domain; in @@ -24,8 +24,6 @@ in id = inetVlan; interface = wanInterface; }; - # isp checks this macid during ppp authentication - interfaces.${wanInterface}.macAddress = "c4:54:44:d5:17:68"; }; services = { |