summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2021-11-19 22:38:24 +0100
committerGitHub <noreply@github.com>2021-11-19 22:38:24 +0100
commit9c217dfadb74c21aa43f74c6c59881a9c173b5d4 (patch)
treeea7e2abd16c5aa698a12b7dfafcce402677d21d3 /nixos/modules
parent8c765487bb0725fe8a4c612a0900e0c1771995f9 (diff)
parent4cd015e65e1f89d5692f00749d59258f58bcb74a (diff)
downloadnixpkgs-9c217dfadb74c21aa43f74c6c59881a9c173b5d4.tar
nixpkgs-9c217dfadb74c21aa43f74c6c59881a9c173b5d4.tar.gz
nixpkgs-9c217dfadb74c21aa43f74c6c59881a9c173b5d4.tar.bz2
nixpkgs-9c217dfadb74c21aa43f74c6c59881a9c173b5d4.tar.lz
nixpkgs-9c217dfadb74c21aa43f74c6c59881a9c173b5d4.tar.xz
nixpkgs-9c217dfadb74c21aa43f74c6c59881a9c173b5d4.tar.zst
nixpkgs-9c217dfadb74c21aa43f74c6c59881a9c173b5d4.zip
Merge pull request #146626 from TerrorJack/auto-upgrade-add-ssh
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