diff --git a/nixos/modules/ssh.nix b/nixos/modules/ssh.nix
index d872d1118b7d12c05344cbeadc3d11a5096c6bd0..90fd34b002c607965038a574334fb0fc370d146c 100644
--- a/nixos/modules/ssh.nix
+++ b/nixos/modules/ssh.nix
@@ -25,9 +25,6 @@
     services.openssh = {
       enable = true;
 
-      # We don't use SFTP for anything.  No reason to expose it.
-      allowSFTP = false;
-
       # We only allow key-based authentication.
       kbdInteractiveAuthentication = false;
       passwordAuthentication = false;