diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-09-29 19:56:08 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-10-27 19:08:46 +0100 |
| commit | 491c4bf6b4596b486b12724e9124a854cc7abc26 (patch) | |
| tree | 3911453e589959da652a1d5f62e5966b05f1643e /secrets.nix | |
| parent | 072ad00164e98823691e7da1cdd07ac368391c38 (diff) | |
migrate hostapd config
Diffstat (limited to 'secrets.nix')
| -rw-r--r-- | secrets.nix | 10 |
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"; - }; - }; -} |
