feat: init AP management via Colmena and Liminix #110

Open
rlahfa wants to merge 28 commits from colmena-liminix into main
Showing only changes of commit 270eb4b106 - Show all commits

View file

@ -5,13 +5,6 @@
...
}:
let
# inherit (pkgs.liminix.services)
# oneshot
# longrun
# bundle
# target
# ;
# inherit (pkgs) writeText;
svc = config.system.service;
secrets-1 = {
ssid = "DGNum 2G prototype (N)";
@ -131,9 +124,7 @@ rec {
security.pki = {
installCACerts = true;
certificateFiles = [
../../keys/certs/dgnum-test-ap-ca.crt
];
certificateFiles = [ ../../keys/certs/dgnum-test-ap-ca.crt ];
};
# SSH keys are handled by the access control module.