From 317a0d1d6eaa48ffef7a9e4969e7c67e68cdeb15 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 1 Jan 2024 22:01:40 +0530 Subject: kay/network: change lan port --- hosts/kay/modules/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/kay/modules') 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; -- cgit v1.2.3