diff options
| author | kdam0 <me@kumardamani.net> | 2023-04-09 22:59:48 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2023-04-09 22:59:48 +0000 |
| commit | b8bbcbf2893589be9b7306c07dbdcbbc136481c1 (patch) | |
| tree | 19a2f49fd25f8b99165591bce427ff7aa8ea1493 | |
| parent | 8516073fc2c5489ac1979fc1c669e886a8579922 (diff) | |
added gnupg to PAM
| -rw-r--r-- | nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix | 5 |
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; + }; } |
