Add ssh-hosts.nix

This commit is contained in:
cubernetes 2026-06-05 02:18:08 +02:00
parent 160367723d
commit 65e2d529a2

View file

@ -14,6 +14,8 @@
"*" = { "*" = {
identitiesOnly = true; identitiesOnly = true;
}; };
include ./ssh-hosts.nix
}; };
}; };
} }