Service vsftpd
This commit is contained in:
parent
b12884e160
commit
12f4124506
4 changed files with 54 additions and 20 deletions
6
overlays/vsftpd.nix
Normal file
6
overlays/vsftpd.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
self: super:
|
||||
{
|
||||
vsftpd = super.vsftpd.override {
|
||||
sslEnable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue