diff --git a/hosts/storage-ng/configuration.nix b/hosts/storage-ng/configuration.nix index 53936185..d1614d56 100644 --- a/hosts/storage-ng/configuration.nix +++ b/hosts/storage-ng/configuration.nix @@ -99,7 +99,10 @@ in { # List services that you want to enable: # Enable the OpenSSH daemon. - services.openssh.enable = true; + services.openssh = { + enable = true; + allowSFTP = true; + }; services.atftpd = { enable = true;