summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-01-03 15:17:22 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-01-03 15:24:36 +0000
commit9458ec4115f07af4f7e314ce66873a2e89210153 (patch)
tree5b727c74d4711b356466ec48abf35d6e8c003ff5 /nixos
parent2591fc7ede5a5442d577509e8bb78455b982e91c (diff)
downloadnixpkgs-9458ec4115f07af4f7e314ce66873a2e89210153.tar
nixpkgs-9458ec4115f07af4f7e314ce66873a2e89210153.tar.gz
nixpkgs-9458ec4115f07af4f7e314ce66873a2e89210153.tar.bz2
nixpkgs-9458ec4115f07af4f7e314ce66873a2e89210153.tar.lz
nixpkgs-9458ec4115f07af4f7e314ce66873a2e89210153.tar.xz
nixpkgs-9458ec4115f07af4f7e314ce66873a2e89210153.tar.zst
nixpkgs-9458ec4115f07af4f7e314ce66873a2e89210153.zip
pam: remove unused ftp service
vsftpd is the only ftp server module and defines its own pam service.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/security/pam.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix
index 782716e5197..9a82e3b71cd 100644
--- a/nixos/modules/security/pam.nix
+++ b/nixos/modules/security/pam.nix
@@ -777,7 +777,6 @@ in
           '';
 
         # Most of these should be moved to specific modules.
-        ftp = {};
         i3lock = {};
         i3lock-color = {};
         vlock = {};