about summary refs log tree commit diff
path: root/nixos
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
parent900aaa5a98b7cbe838018935fe222530a951af05 (diff)
downloadnixlib-2591fc7ede5a5442d577509e8bb78455b982e91c.tar
nixlib-2591fc7ede5a5442d577509e8bb78455b982e91c.tar.gz
nixlib-2591fc7ede5a5442d577509e8bb78455b982e91c.tar.bz2
nixlib-2591fc7ede5a5442d577509e8bb78455b982e91c.tar.lz
nixlib-2591fc7ede5a5442d577509e8bb78455b982e91c.tar.xz
nixlib-2591fc7ede5a5442d577509e8bb78455b982e91c.tar.zst
nixlib-2591fc7ede5a5442d577509e8bb78455b982e91c.zip
pam: remove cups service
The cups module itself already defines this.
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 1085501e8597..782716e51973 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 = {};