Cleanup
Update inputs Update refs
This commit is contained in:
parent
3142c108f4
commit
914909009c
2 changed files with 4 additions and 5 deletions
|
|
@ -469,3 +469,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,9 @@
|
||||||
{
|
{
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks = {
|
matchBlocks."*" = {
|
||||||
"*" = {
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
compression = true;
|
||||||
compression = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue