Correct name of ssh-options
This commit is contained in:
parent
4ec8579399
commit
b6e1c626c0
@ -306,7 +306,7 @@ in rec {
|
||||
deploy = {
|
||||
enable = mkEnableOption "Enable deploy-rs deployments.";
|
||||
|
||||
sshOptions = mkOption {
|
||||
ssh-options = mkOption {
|
||||
type = listOf str;
|
||||
description = "List of SSH options to use when deploying.";
|
||||
default = [ ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user