diff options
Diffstat (limited to 'secrets.nix')
| -rw-r--r-- | secrets.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/secrets.nix b/secrets.nix new file mode 100644 index 0000000..542fb40 --- /dev/null +++ b/secrets.nix @@ -0,0 +1,10 @@ +{ + wifi = { + "2ghz" = { + passphrase = builtins.readFile "/etc/hostapd/hostapd.2ghz.pw"; + }; + "5ghz" = { + passphrase = builtins.readFile "/etc/hostapd/hostapd.5ghz.pw"; + }; + }; +} |
