More of the same
parent
719e9fe8f7
commit
2477bacb5d
|
@ -75,7 +75,6 @@ in {
|
||||||
};
|
};
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraOptionOverrides = { "AddKeysToAgent" = "true"; };
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"pi".hostname = "192.168.1.165";
|
"pi".hostname = "192.168.1.165";
|
||||||
"gagarin".hostname = "192.168.1.246";
|
"gagarin".hostname = "192.168.1.246";
|
||||||
|
|
|
@ -83,6 +83,7 @@ in {
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
serverAliveInterval = 60;
|
serverAliveInterval = 60;
|
||||||
|
extraOptionOverrides = { "AddKeysToAgent" = "true"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue