diff --git a/inventories/router.nix b/inventories/router.nix index c893ec7..f2b2ae9 100644 --- a/inventories/router.nix +++ b/inventories/router.nix @@ -67,13 +67,13 @@ in band = "2g"; channel = 2; wifi6 = true; - networks = [ "WhiteHouse" ]; + networks = [ "GL-AR750" ]; }; wlan1 = { band = "5g"; channel = 36; wifi6 = true; - networks = [ "WhiteHouse" ]; + networks = [ "GL-AR750-5" ]; }; }; };