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

@@ -22,12 +22,5 @@
programs = {
git.enable = true;
gnupg = {
agent = {
enableSSHSupport = true;
enable = true;
};
};
};
}