about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-05-31 16:34:01 +0200
committerGitHub <noreply@github.com>2020-05-31 16:34:01 +0200
commit414e1c63054ecf37fb66f9df66a9b098956e8895 (patch)
treea1ada0a99798fd2b5f4683794723430cbda991a0
parentb19590a880204daac307dabe959fb984f5255a31 (diff)
parentc18fae4a3521cde806e925f34427e0234af71faf (diff)
downloadnixlib-414e1c63054ecf37fb66f9df66a9b098956e8895.tar
nixlib-414e1c63054ecf37fb66f9df66a9b098956e8895.tar.gz
nixlib-414e1c63054ecf37fb66f9df66a9b098956e8895.tar.bz2
nixlib-414e1c63054ecf37fb66f9df66a9b098956e8895.tar.lz
nixlib-414e1c63054ecf37fb66f9df66a9b098956e8895.tar.xz
nixlib-414e1c63054ecf37fb66f9df66a9b098956e8895.tar.zst
nixlib-414e1c63054ecf37fb66f9df66a9b098956e8895.zip
Merge pull request #88887 from mweinelt/vsftpd
vsftpd: listen on both address families
-rw-r--r--nixos/modules/services/networking/vsftpd.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/vsftpd.nix b/nixos/modules/services/networking/vsftpd.nix
index b3e201844236..c57994533c17 100644
--- a/nixos/modules/services/networking/vsftpd.nix
+++ b/nixos/modules/services/networking/vsftpd.nix
@@ -116,7 +116,8 @@ let
         userlist_file=${cfg.userlistFile}
       ''}
       background=YES
-      listen=YES
+      listen=NO
+      listen_ipv6=YES
       nopriv_user=vsftpd
       secure_chroot_dir=/var/empty
       ${optionalString (cfg.localRoot != null) ''