summaryrefslogtreecommitdiff
path: root/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'secrets.nix')
-rw-r--r--secrets.nix8
1 files changed, 4 insertions, 4 deletions
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";
};
};
}