mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fix gpg?
This commit is contained in:
parent
0c7ccba869
commit
172482823c
2 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ in
|
|||
shellAliases = import ./config/alias.nix;
|
||||
};
|
||||
|
||||
services.gpg-agent.enableBashIntegration = true;
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ in
|
|||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue