diff options
Diffstat (limited to 'hosts/kay/modules/router.nix')
-rw-r--r-- | hosts/kay/modules/router.nix | 2 |
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; |