Correct name of ssh-options

This commit is contained in:
niten 2025-05-07 12:43:58 -07:00
parent 4ec8579399
commit b6e1c626c0

View File

@ -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 = [ ];