vsftpd: fix 19.03 -> SSL activé par défaut

This commit is contained in:
nyanloutre 2019-02-27 15:06:57 +01:00
parent 74e9983200
commit 34ea855049
2 changed files with 0 additions and 9 deletions

View file

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