mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
Combine gpg-agent with gpg module
This commit is contained in:
parent
7a7c3032d9
commit
4e4a8730a5
@ -1,10 +0,0 @@
|
||||
{
|
||||
home-manager.sharedModules = [{
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
defaultCacheTtl = 43200;
|
||||
maxCacheTtl = 43200;
|
||||
};
|
||||
}];
|
||||
}
|
@ -14,5 +14,12 @@
|
||||
with-fingerprint = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
defaultCacheTtl = 43200;
|
||||
maxCacheTtl = 43200;
|
||||
};
|
||||
}];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user