gpg stuff
This commit is contained in:
parent
3b1d76f533
commit
d41e0276b3
|
@ -48,6 +48,7 @@ with pkgs; {
|
|||
};
|
||||
|
||||
git = {
|
||||
extraConfig.credential.helper = "libsecret";
|
||||
signing.key = "91B1F40056A01DDF";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -138,6 +138,7 @@
|
|||
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
gnupg.agent.enable = true;
|
||||
ssh.startAgent = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue