From 09fa237be86de5406477d3bb80b9d36edce60dc2 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Fri, 16 Jan 2026 17:05:48 +0100 Subject: omg --- router.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'router.nix') 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; } ]; }; }; -- cgit v1.2.3