diff --git a/services/openssh.nix b/services/openssh.nix index 00003ce..340372e 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -21,7 +21,6 @@ mkIf (elem "openssh" config.machine.services) { in '' UsePAM no AllowUsers ${users} - UsePrivilegeSeparation sandbox LogLevel VERBOSE ''; };