fix ssh config
This commit is contained in:
parent
0062a9ee53
commit
ac549a0f52
1 changed files with 15 additions and 13 deletions
|
@ -1,6 +1,7 @@
|
|||
{ ... }: {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"build-nas" = {
|
||||
hostname = "backup.int.chir.rs";
|
||||
identitiesOnly = true;
|
||||
|
@ -16,4 +17,5 @@
|
|||
user = "darkkirb";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue