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