mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
Add GPG
This commit is contained in:
parent
ef2ec2d704
commit
eb03cea175
1 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
"electron-27.3.11"
|
"electron-27.3.11"
|
||||||
];
|
];
|
||||||
|
|
||||||
# SSH agent configurations
|
# SSH agent configuration
|
||||||
programs.ssh.startAgent = true;
|
programs.ssh.startAgent = true;
|
||||||
programs.ssh.extraConfig = ''
|
programs.ssh.extraConfig = ''
|
||||||
Host *
|
Host *
|
||||||
|
@ -40,4 +40,8 @@
|
||||||
ServerAliveInterval 60
|
ServerAliveInterval 60
|
||||||
ServerAliveCountMax 3
|
ServerAliveCountMax 3
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# GPG agent configuration
|
||||||
|
programs.gnupg.agent.enable = true;
|
||||||
|
programs.gnupg.dirmngr.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue