Switch gpg-agent config to home-manager
This commit is contained in:
parent
eafa0892ae
commit
e9fddc2e9c
3 changed files with 8 additions and 10 deletions
7
modules/home/gpg.nix
Normal file
7
modules/home/gpg.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
sshKeys = ["D2A3680589B81F2B07DA6CFE21DF848F1AF4E9D3"];
|
||||
};
|
||||
}
|
||||
Reference in a new issue