summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-04-25 22:09:10 +0530
committersinanmohd <sinan@sinanmohd.com>2024-04-25 22:11:08 +0530
commitdf4d81f0f4bfff7a98b293b8c7dc7dec4069be15 (patch)
tree7f060bc4d5b632ceab167da2959a753c318d7c2e
parenta9587c876b5b5db49f307e48dcf84224316ced29 (diff)
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.
-rw-r--r--nixos/kay/modules/router.nix2
1 files changed, 1 insertions, 1 deletions
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;