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