From 102dd41888bfae9e86233d384613756407b4ce57 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 25 Mar 2023 16:08:07 +0100 Subject: add basic ap stuff: hostapd, dhcpd --- secrets.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 secrets.nix (limited to 'secrets.nix') 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"; + }; + }; +} -- cgit v1.2.3