From b6e1c626c0275ef491a63223c6a9ecd60185d318 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 7 May 2025 12:43:58 -0700 Subject: [PATCH] Correct name of ssh-options --- lib/types/host.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/host.nix b/lib/types/host.nix index c74974e..04290ba 100644 --- a/lib/types/host.nix +++ b/lib/types/host.nix @@ -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 = [ ];