Basic router working using the wip hostapd module from upstream

This commit is contained in:
2023-03-11 22:24:28 -07:00
parent 2189ab9a1b
commit 68bd70b525
13 changed files with 470 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ let
all = users ++ systems;
in
{
# TODO: Minimum necessary access to keys
"email-pw.age".publicKeys = all;
"iodine.age".publicKeys = all;
"nextcloud-pw.age".publicKeys = all;
@@ -14,4 +15,7 @@ in
"smb-secrets.age".publicKeys = all;
"spotifyd.age".publicKeys = all;
"wolframalpha.age".publicKeys = all;
# hostapd
"hostapd-pw-experimental-tower.age".publicKeys = all;
}