hosts: move gnupg into a module
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
9
hosts/modules/gnupg/default.nix
Normal file
9
hosts/modules/gnupg/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.gnupg = {
|
||||
agent = {
|
||||
enableSSHSupport = true;
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user