diff options
| -rw-r--r-- | router.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -175,8 +175,8 @@ in authentication = { mode = "wpa3-sae"; saePasswords = [ - { passwordFile = config.age.secrets."wifi-password-staff.txt".path; } # ; vlanid = 10; } - # { passwordFile = config.age.secrets."wifi-password-guest.txt".path; vlanid = 20; } + { passwordFile = config.age.secrets."wifi-password-staff.txt".path; }; + { passwordFile = config.age.secrets."wifi-password-guest.txt".path; } ]; }; }; |
