nix-config/hosts/common/optional/vsftpd.nix

8 lines
97 B
Nix
Raw Normal View History

2024-03-03 12:31:16 +01:00
{
services.vsftpd = {
enable = true;
writeEnable = true;
localUsers = true;
};
}