feat(ap01): add ubus
Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
45b106190f
commit
adb843dd8b
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,7 @@ rec {
|
|||
"${modulesPath}/bridge"
|
||||
"${modulesPath}/jitter-rng"
|
||||
"${modulesPath}/pki"
|
||||
"${modulesPath}/ubus"
|
||||
../../modules/dgn-access-control.nix
|
||||
# TODO: god that's so a fucking hack.
|
||||
(import "${modulesPath}/../devices/zyxel-nwa50ax").module
|
||||
|
@ -103,6 +104,7 @@ rec {
|
|||
|
||||
# Get moar random please
|
||||
services.jitter = svc.jitter-rng.build { };
|
||||
services.ubus = svc.ubus.build { };
|
||||
|
||||
# SSH keys are handled by the access control module.
|
||||
dgn-access-control.enable = true;
|
||||
|
|
Loading…
Reference in a new issue