From 0f6943298e5bb2787b2c8bd4d2c03679332e9bea Mon Sep 17 00:00:00 2001 From: Katharina Heidenreich Date: Sat, 14 Mar 2026 13:56:19 +0100 Subject: [PATCH] fix: change autossh user --- services/autossh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/autossh.nix b/services/autossh.nix index 9fb51ae..cf72b84 100644 --- a/services/autossh.nix +++ b/services/autossh.nix @@ -27,7 +27,7 @@ in serviceConfig = { Type = "simple"; - User = "root"; + User = "autossh-tunnel"; Restart = "always"; RestartSec = 10;