Update inputs

Update refs
This commit is contained in:
Filippo Berto 2025-09-09 15:22:33 +02:00
parent 3142c108f4
commit 914909009c
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 4 additions and 5 deletions

View file

@ -469,3 +469,4 @@
}; };
}; };
} }

View file

@ -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;
}; };
}; };
};
} }