1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: new hostapd module v0.5 done (stitching, categorization missing)

This commit is contained in:
oddlama 2023-03-19 02:01:50 +01:00
parent d6ade5eb5c
commit 9c5aaef805
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 25 additions and 27 deletions

View file

@ -5,6 +5,7 @@
...
}: {
imports = [../../modules/hostapd.nix];
disabledModules = ["services/networking/hostapd.nix"];
# Associates each known client to a unique password
rekey.secrets.wifi-clients.file = ./secrets/wifi-clients.age;