From 9f02f55c4f14fbb241974b2ef2afa9dc75332296 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 21 Jan 2024 18:02:26 +0000 Subject: [PATCH] Borgmatic needs SSHFS --- hosts/common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 6c711a8..90c6aa1 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -22,7 +22,6 @@ services.openssh = { enable = true; - allowSFTP = false; settings = { KbdInteractiveAuthentication = false; PasswordAuthentication = false;