sign ssh cert working
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user