From 270eb4b106778622c9989366966228db0f3e21b9 Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Sat, 31 Aug 2024 22:37:46 +0200 Subject: [PATCH] chore(ap01): cleanup Signed-off-by: Ryan Lahfa --- machines/ap01/_configuration.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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.