diff options
-rw-r--r-- | nixos/kay/modules/router.nix | 2 |
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; |