More of the same

main
Matthew Ess 2021-01-10 23:16:03 -05:00
parent 719e9fe8f7
commit 2477bacb5d
2 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,6 @@ in {
};
ssh = {
enable = true;
extraOptionOverrides = { "AddKeysToAgent" = "true"; };
matchBlocks = {
"pi".hostname = "192.168.1.165";
"gagarin".hostname = "192.168.1.246";

View File

@ -83,6 +83,7 @@ in {
ssh = {
enable = true;
serverAliveInterval = 60;
extraOptionOverrides = { "AddKeysToAgent" = "true"; };
};
starship.enable = true;