fix ssh config

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-13 11:33:50 +01:00
parent 0062a9ee53
commit ac549a0f52
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,6 +1,7 @@
{ ... }: {
programs.ssh = {
enable = true;
matchBlocks = {
"build-nas" = {
hostname = "backup.int.chir.rs";
identitiesOnly = true;
@ -16,4 +17,5 @@
user = "darkkirb";
};
};
};
}