diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-11-17 11:34:51 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-11-17 12:55:20 +0530 |
commit | f4a087e5ebeb34ec11e7b29577a325255f613286 (patch) | |
tree | 619166b678abe82475d564f06c3f9fcc4bdd0630 /os/kay/modules/router.nix | |
parent | 0bdaac634da5e187fae86ec25ff0f7390d3a0042 (diff) |
kay: reborn, update hw
Diffstat (limited to 'os/kay/modules/router.nix')
-rw-r--r-- | os/kay/modules/router.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kay/modules/router.nix b/os/kay/modules/router.nix index 45c9dff..0d01465 100644 --- a/os/kay/modules/router.nix +++ b/os/kay/modules/router.nix @@ -1,7 +1,7 @@ { ... }: let wanInterface = "ppp0"; - lanInterface = "enp0s20u1"; + lanInterface = "enp8s0f3u1"; subnet = "10.0.0.0"; prefix = 24; host = "10.0.0.1"; |