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

chore: wip: begin building better hostapd module

This commit is contained in:
oddlama 2023-03-18 16:46:06 +01:00
parent 9758a6e1e9
commit 076db4963f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 326 additions and 59 deletions

5
modules/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
imports = [
./hostapd.nix
];
}