Combine gpg-agent with gpg module

This commit is contained in:
Donovan Glover 2023-05-18 17:39:57 -04:00
parent 7a7c3032d9
commit 4e4a8730a5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 7 additions and 10 deletions

View File

@ -1,10 +0,0 @@
{
home-manager.sharedModules = [{
services.gpg-agent = {
enable = true;
pinentryFlavor = "curses";
defaultCacheTtl = 43200;
maxCacheTtl = 43200;
};
}];
}

View File

@ -14,5 +14,12 @@
with-fingerprint = true;
};
};
services.gpg-agent = {
enable = true;
pinentryFlavor = "curses";
defaultCacheTtl = 43200;
maxCacheTtl = 43200;
};
}];
}