mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
moved gpg conf to shared
This commit is contained in:
parent
dcf91b8d59
commit
262ca5c07a
3 changed files with 23 additions and 29 deletions
8
shared/gpg.nix
Normal file
8
shared/gpg.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
services.pcscd.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue