summaryrefslogtreecommitdiff
path: root/router.nix
diff options
context:
space:
mode:
Diffstat (limited to 'router.nix')
-rw-r--r--router.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/router.nix b/router.nix
index 5c21bf1..130feb1 100644
--- a/router.nix
+++ b/router.nix
@@ -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; }
];
};
};