diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-01 22:01:40 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-01 22:01:40 +0530 |
commit | 317a0d1d6eaa48ffef7a9e4969e7c67e68cdeb15 (patch) | |
tree | 0340698e33dd4c83399a251cf44c6d02136c9d9e | |
parent | 3a1ac20e168489ed899b5e94954e61368b7aab75 (diff) |
kay/network: change lan port
-rw-r--r-- | hosts/kay/modules/router.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kay/modules/router.nix b/hosts/kay/modules/router.nix index cc9aaae..b644e94 100644 --- a/hosts/kay/modules/router.nix +++ b/hosts/kay/modules/router.nix @@ -1,7 +1,7 @@ { ... }: let - lanInterface = "enp0s20u1"; + lanInterface = "enp0s20u4"; wanInterface = "ppp0"; subnet = "10.0.0.0"; prefix = 24; |