aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/.config
diff options
context:
space:
mode:
authorkdam0 <me@kumardamani.net>2023-04-09 22:59:48 +0000
committerkdam0 <me@kumardamani.net>2023-04-09 22:59:48 +0000
commitb8bbcbf2893589be9b7306c07dbdcbbc136481c1 (patch)
tree19a2f49fd25f8b99165591bce427ff7aa8ea1493 /nixpkgs/.config
parent8516073fc2c5489ac1979fc1c669e886a8579922 (diff)
added gnupg to PAM
Diffstat (limited to 'nixpkgs/.config')
-rw-r--r--nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix
index 2d03fe9..bca44d7 100644
--- a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix
+++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix
@@ -114,6 +114,9 @@
services.fwupd.enable = true;
services.blueman.enable = true;
- security.pam.services.waylock = {};
+ security.pam.services = {
+ waylock = {};
+ login.gnupg.enable = true;
+ };
}