This commit is contained in:
Aaron Bieber 2023-02-15 12:25:27 -07:00
parent d62f269afd
commit 9221359c67
No known key found for this signature in database

View File

@ -84,13 +84,11 @@ in with lib; {
badgerFileLoadingMode = "";
};
authority = {
provisioners = [
{
type = "SSHPOP";
name = "sshpop";
claims = { enableSSHCA = true; };
}
];
provisioners = [{
type = "SSHPOP";
name = "sshpop";
claims = { enableSSHCA = true; };
}];
};
tls = {