🚀 add gpg
This commit is contained in:
parent
adbdf807a3
commit
5430db5431
4 changed files with 17 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
./agenix.nix
|
||||
./diskstation
|
||||
./dunst
|
||||
./gpg.nix
|
||||
./jupyter.nix
|
||||
./kdeconnect.nix
|
||||
./keyring.nix
|
||||
|
|
|
|||
11
modules/services/gpg.nix
Normal file
11
modules/services/gpg.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.moritz = {
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 3600;
|
||||
};
|
||||
};
|
||||
services.pcscd.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue