forked from nyanloutre/nixos-config
vsftpd: fix 19.03 -> SSL activé par défaut
This commit is contained in:
parent
74e9983200
commit
34ea855049
@ -5,9 +5,6 @@
|
|||||||
config =
|
config =
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
|
||||||
(import ../overlays/vsftpd.nix)
|
|
||||||
];
|
|
||||||
services.vsftpd = {
|
services.vsftpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
forceLocalLoginsSSL = true;
|
forceLocalLoginsSSL = true;
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
self: super:
|
|
||||||
{
|
|
||||||
vsftpd = super.vsftpd.override {
|
|
||||||
sslEnable = true;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user