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.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/autossh.nix b/nixos/modules/services/networking/autossh.nix
index 9ea17469870..a098a155e99 100644
--- a/nixos/modules/services/networking/autossh.nix
+++ b/nixos/modules/services/networking/autossh.nix
@@ -99,7 +99,6 @@ in
 
               serviceConfig = {
                   User = "${s.user}";
-                  PermissionsStartOnly = true;
                   # AutoSSH may exit with 0 code if the SSH session was
                   # gracefully terminated by either local or remote side.
                   Restart = "on-success";