summaryrefslogtreecommitdiff
path: root/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'secrets.nix')
-rw-r--r--secrets.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/secrets.nix b/secrets.nix
deleted file mode 100644
index a49baee..0000000
--- a/secrets.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- wifi = {
- iot = {
- passphrase = builtins.readFile "/etc/hostapd/hostapd.iot.pw";
- };
- wan = {
- passphrase = builtins.readFile "/etc/hostapd/hostapd.wan.pw";
- };
- };
-}