hosts: move gnupg into a module

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-29 17:31:33 +05:30
parent 6c1400e295
commit 31bec468c8
4 changed files with 10 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
{ ... }:
{
programs.gnupg = {
agent = {
enableSSHSupport = true;
enable = true;
};
};
}