Service vsftpd

This commit is contained in:
nyanloutre 2018-06-26 14:13:45 +02:00
parent b12884e160
commit 12f4124506
4 changed files with 54 additions and 20 deletions

6
overlays/vsftpd.nix Normal file
View file

@ -0,0 +1,6 @@
self: super:
{
vsftpd = super.vsftpd.override {
sslEnable = true;
};
}