From fe728cfb5a97ac7fa57c42360e80bf6232639804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AErekc=C3=A4H=20nitraM=E2=80=AE?= Date: Thu, 6 Mar 2025 16:11:14 +0100 Subject: [PATCH] autossh: Fix incorrect reference to systemd Darwin has LaunchD. --- modules/services/autossh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/autossh.nix b/modules/services/autossh.nix index 2df74ec6..e42d73f4 100644 --- a/modules/services/autossh.nix +++ b/modules/services/autossh.nix @@ -55,7 +55,7 @@ in default = []; description = '' - List of AutoSSH sessions to start as systemd services. Each service is + List of AutoSSH sessions to start as launchd daemon. Each daemon is named 'autossh-{session.name}'. '';