sign ssh cert working

This commit is contained in:
John Lancaster
2026-03-15 14:58:23 -05:00
parent e1b093929c
commit ec501e3029
2 changed files with 21 additions and 7 deletions

View File

@@ -106,6 +106,10 @@ in
default = ../../keys/root_ca.crt;
};
};
sshHostProvisioner = lib.mkOption {
type = lib.types.str;
default = "admin";
};
};
config = lib.mkIf cfg.enable {
home.file.".step/certs/root_ca.crt".source = cfg.rootCertFile;