diff --git a/machines/ap01/_configuration.nix b/machines/ap01/_configuration.nix index c894045..1963b67 100644 --- a/machines/ap01/_configuration.nix +++ b/machines/ap01/_configuration.nix @@ -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.