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