commiting public keys/certs for janus
This commit is contained in:
@@ -21,12 +21,12 @@ in
|
||||
userCA = lib.mkOption {
|
||||
description = "Content for the SSH user CA file (public key)";
|
||||
type = lib.types.path;
|
||||
default = ../hosts/janus/ssh_user_ca.pub;
|
||||
default = ../hosts/janus/ssh_user_ca_key.pub;
|
||||
};
|
||||
userCAFile = lib.mkOption {
|
||||
description = "String path to the SSh user CA";
|
||||
type = lib.types.str;
|
||||
default = "ssh_user_ca.pub";
|
||||
default = "ssh_user_ca_key.pub";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user