From dbb6444b03bacb9479560e8cd87ebe2776d348b3 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Thu, 13 Apr 2023 14:20:22 +0200 Subject: networking: restructure personal.networking modules --- secrets.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'secrets.nix') diff --git a/secrets.nix b/secrets.nix index 542fb40..a49baee 100644 --- a/secrets.nix +++ b/secrets.nix @@ -1,10 +1,10 @@ { wifi = { - "2ghz" = { - passphrase = builtins.readFile "/etc/hostapd/hostapd.2ghz.pw"; + iot = { + passphrase = builtins.readFile "/etc/hostapd/hostapd.iot.pw"; }; - "5ghz" = { - passphrase = builtins.readFile "/etc/hostapd/hostapd.5ghz.pw"; + wan = { + passphrase = builtins.readFile "/etc/hostapd/hostapd.wan.pw"; }; }; } -- cgit v1.2.3