summary refs log tree commit diff
path: root/nixos/modules/services/networking/autossh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/autossh.nix')
-rw-r--r--nixos/modules/services/networking/autossh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/autossh.nix b/nixos/modules/services/networking/autossh.nix
index a8d9a027e9f..245f2bfc2cf 100644
--- a/nixos/modules/services/networking/autossh.nix
+++ b/nixos/modules/services/networking/autossh.nix
@@ -79,7 +79,7 @@ in
 
     systemd.services =
 
-      lib.fold ( s : acc : acc //
+      lib.foldr ( s : acc : acc //
         {
           "autossh-${s.name}" =
             let