WIP CA bootstrap rework

This commit is contained in:
John Lancaster
2026-03-25 17:55:31 -05:00
parent f8c09878a1
commit 7b0f419454
7 changed files with 11 additions and 39 deletions
+1 -1
View File
@@ -24,7 +24,6 @@ in
];
step-ssh-host = {
hostname = hostname;
caURL = caURL;
};
home-manager.users."${username}" = {
@@ -40,6 +39,7 @@ in
imports = with inputs.self.modules; [
homeManager.rebuild
homeManager.mysops
homeManager.janus-ca
homeManager.mtls
homeManager.docker
];