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 = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
matchBlocks."*" = {
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
compression = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue