mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
debug ssh
This commit is contained in:
@@ -14,7 +14,9 @@
|
|||||||
path = "${config.home.homeDirectory}/.ssh/extern";
|
path = "${config.home.homeDirectory}/.ssh/extern";
|
||||||
mode = "0600";
|
mode = "0600";
|
||||||
};
|
};
|
||||||
programs.ssh.matchBlocks = {
|
programs.ssh = {
|
||||||
|
enable = true;
|
||||||
|
matchBlocks = {
|
||||||
"intern" = {
|
"intern" = {
|
||||||
host = "*";
|
host = "*";
|
||||||
identityFile = "${config.home.homeDirectory}/.ssh/intern";
|
identityFile = "${config.home.homeDirectory}/.ssh/intern";
|
||||||
@@ -25,4 +27,5 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user