fixes
This commit is contained in:
@@ -28,7 +28,10 @@ with lib;
|
||||
type = types.listOf types.str;
|
||||
default = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
description = "List of SSH key paths to use for age decryption.";
|
||||
example = [ "/etc/ssh/ssh_host_ed25519_key" "/etc/ssh/ssh_host_rsa_key" ];
|
||||
example = [
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
"/etc/ssh/ssh_host_rsa_key"
|
||||
];
|
||||
};
|
||||
|
||||
validateSopsFiles = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user