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 = {
|
programs.gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
Host 192.168.1.210
|
Host 192.168.1.210
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
Host framework-server
|
Host framework-server
|
||||||
|
ForwardAgent yes
|
||||||
StreamLocalBindUnlink yes
|
StreamLocalBindUnlink yes
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue