diff --git a/hosts/common/services.nix b/hosts/common/services.nix index 081860f..e35b37c 100644 --- a/hosts/common/services.nix +++ b/hosts/common/services.nix @@ -5,9 +5,6 @@ fwupd.enable = true; fstrim.enable = true; tailscale.enable = true; - openssh = { - enable = true; - sftpServerExecutable = "internal-sftp"; - }; + openssh.enable = true; }; }