From df4d81f0f4bfff7a98b293b8c7dc7dec4069be15 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 25 Apr 2024 22:09:10 +0530 Subject: kay/network: change lan port the usb ethernet device don't seems to work on the usb2.0 ports anymore. the last working commit was cd942d253bda8f511fdb921ea29f69f382a9368e. it's probably due to external nixpkgs changes, so make sure to check all the flake bumps in between if the need arises in the future. --- nixos/kay/modules/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/kay/modules/router.nix b/nixos/kay/modules/router.nix index d2785a5..2254c3b 100644 --- a/nixos/kay/modules/router.nix +++ b/nixos/kay/modules/router.nix @@ -1,7 +1,7 @@ { ... }: let - lanInterface = "enp0s20u4"; + lanInterface = "enp0s20u1"; wanInterface = "ppp0"; subnet = "10.0.0.0"; prefix = 24; -- cgit v1.2.3