summaryrefslogtreecommitdiff
path: root/hosts/kay/modules/router.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-01-01 22:01:40 +0530
committersinanmohd <sinan@sinanmohd.com>2024-01-01 22:01:40 +0530
commit317a0d1d6eaa48ffef7a9e4969e7c67e68cdeb15 (patch)
tree0340698e33dd4c83399a251cf44c6d02136c9d9e /hosts/kay/modules/router.nix
parent3a1ac20e168489ed899b5e94954e61368b7aab75 (diff)
kay/network: change lan port
Diffstat (limited to 'hosts/kay/modules/router.nix')
-rw-r--r--hosts/kay/modules/router.nix2
1 files changed, 1 insertions, 1 deletions
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;