From 4cd015e65e1f89d5692f00749d59258f58bcb74a Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Fri, 19 Nov 2021 12:52:36 +0000 Subject: NixOS auto upgrade: add openssh to path --- nixos/modules/tasks/auto-upgrade.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules') diff --git a/nixos/modules/tasks/auto-upgrade.nix b/nixos/modules/tasks/auto-upgrade.nix index b19b688a1fb..b931b27ad81 100644 --- a/nixos/modules/tasks/auto-upgrade.nix +++ b/nixos/modules/tasks/auto-upgrade.nix @@ -139,6 +139,7 @@ in { gzip gitMinimal config.nix.package.out + config.programs.ssh.package ]; script = let -- cgit 1.4.1