chore(ap01): cleanup
Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
04cb0a9f04
commit
270eb4b106
1 changed files with 1 additions and 10 deletions
|
@ -5,13 +5,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
# inherit (pkgs.liminix.services)
|
|
||||||
# oneshot
|
|
||||||
# longrun
|
|
||||||
# bundle
|
|
||||||
# target
|
|
||||||
# ;
|
|
||||||
# inherit (pkgs) writeText;
|
|
||||||
svc = config.system.service;
|
svc = config.system.service;
|
||||||
secrets-1 = {
|
secrets-1 = {
|
||||||
ssid = "DGNum 2G prototype (N)";
|
ssid = "DGNum 2G prototype (N)";
|
||||||
|
@ -131,9 +124,7 @@ rec {
|
||||||
|
|
||||||
security.pki = {
|
security.pki = {
|
||||||
installCACerts = true;
|
installCACerts = true;
|
||||||
certificateFiles = [
|
certificateFiles = [ ../../keys/certs/dgnum-test-ap-ca.crt ];
|
||||||
../../keys/certs/dgnum-test-ap-ca.crt
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# SSH keys are handled by the access control module.
|
# SSH keys are handled by the access control module.
|
||||||
|
|
Loading…
Reference in a new issue