fix(ssh): ssh config warnings
This commit is contained in:
parent
20e0b14112
commit
a31a45ff27
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableDefaultConfig = false;
|
||||||
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