gpg: move from module to user config
This commit is contained in:
@ -32,6 +32,7 @@ in
|
||||
home-manager.users.${name} = {
|
||||
imports = [
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./shell.nix
|
||||
];
|
||||
|
||||
|
14
users/jordan/gpg.nix
Normal file
14
users/jordan/gpg.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home.programs.gpg = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user