Update
This commit is contained in:
parent
7500265a7b
commit
182a45f153
2 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
|||
{ ... }: {
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
enableExtraSocket = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "curses";
|
||||
};
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
Host 192.168.1.210
|
||||
StrictHostKeyChecking no
|
||||
Host framework-server
|
||||
ForwardAgent yes
|
||||
StreamLocalBindUnlink yes
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue