summary refs log tree commit diff
path: root/nixos/modules/security
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-01-03 15:16:43 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-01-03 15:24:34 +0000
commit2591fc7ede5a5442d577509e8bb78455b982e91c (patch)
tree13f98aea6047f88e130b82e2e7f98cdf3b784486 /nixos/modules/security
parent900aaa5a98b7cbe838018935fe222530a951af05 (diff)
downloadnixpkgs-2591fc7ede5a5442d577509e8bb78455b982e91c.tar
nixpkgs-2591fc7ede5a5442d577509e8bb78455b982e91c.tar.gz
nixpkgs-2591fc7ede5a5442d577509e8bb78455b982e91c.tar.bz2
nixpkgs-2591fc7ede5a5442d577509e8bb78455b982e91c.tar.lz
nixpkgs-2591fc7ede5a5442d577509e8bb78455b982e91c.tar.xz
nixpkgs-2591fc7ede5a5442d577509e8bb78455b982e91c.tar.zst
nixpkgs-2591fc7ede5a5442d577509e8bb78455b982e91c.zip
pam: remove cups service
The cups module itself already defines this.
Diffstat (limited to 'nixos/modules/security')
-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 1085501e859..782716e5197 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.
-        cups = {};
         ftp = {};
         i3lock = {};
         i3lock-color = {};