summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorCheng Shao <astrohavoc@gmail.com>2021-11-19 12:52:36 +0000
committerCheng Shao <astrohavoc@gmail.com>2021-11-19 12:52:36 +0000
commit4cd015e65e1f89d5692f00749d59258f58bcb74a (patch)
tree57d8f2f7f481211559eb052a6a681a266780f27b /nixos/modules
parent1987b9d4eaaa5e35b5c01c172ec8fa95970ae43a (diff)
downloadnixpkgs-4cd015e65e1f89d5692f00749d59258f58bcb74a.tar
nixpkgs-4cd015e65e1f89d5692f00749d59258f58bcb74a.tar.gz
nixpkgs-4cd015e65e1f89d5692f00749d59258f58bcb74a.tar.bz2
nixpkgs-4cd015e65e1f89d5692f00749d59258f58bcb74a.tar.lz
nixpkgs-4cd015e65e1f89d5692f00749d59258f58bcb74a.tar.xz
nixpkgs-4cd015e65e1f89d5692f00749d59258f58bcb74a.tar.zst
nixpkgs-4cd015e65e1f89d5692f00749d59258f58bcb74a.zip
NixOS auto upgrade: add openssh to path
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/tasks/auto-upgrade.nix1
1 files changed, 1 insertions, 0 deletions
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