From f4a087e5ebeb34ec11e7b29577a325255f613286 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 17 Nov 2024 11:34:51 +0530 Subject: kay: reborn, update hw --- os/kay/modules/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/kay/modules/router.nix') 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"; -- cgit v1.2.3