commiting public keys/certs for janus

This commit is contained in:
John Lancaster
2026-07-04 10:38:29 -05:00
parent 3f767dfc43
commit cddc369687
6 changed files with 18 additions and 4 deletions
+2 -2
View File
@@ -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";
};
};
};