nix-config/hosts/common/optional/vsftpd.nix
2024-03-03 15:11:32 +01:00

7 lines
97 B
Nix

{
services.vsftpd = {
enable = true;
writeEnable = true;
localUsers = true;
};
}