hosts: rename modules -> programs

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

View File

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