summary refs log tree commit diff
path: root/nixos/modules/virtualisation/nova.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/virtualisation/nova.nix')
-rw-r--r--nixos/modules/virtualisation/nova.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/nova.nix b/nixos/modules/virtualisation/nova.nix
index 21e060cf2663..f356445abe46 100644
--- a/nixos/modules/virtualisation/nova.nix
+++ b/nixos/modules/virtualisation/nova.nix
@@ -100,7 +100,7 @@ in
 
         # `openssl' is required to generate the CA.  `openssh' is
         # required to generate key pairs.
-        path = [ pkgs.openssl pkgs.openssh pkgs.bash ];
+        path = [ pkgs.openssl config.programs.ssh.package pkgs.bash ];
 
         respawn = false;