enable sftp on storage-ng

This commit is contained in:
Daniel Poelzleithner 2020-11-11 20:50:46 +01:00
parent 5d82c3aa01
commit b4c5afaecc
1 changed files with 4 additions and 1 deletions

View File

@ -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;