♻️ [shared] Refactor hm ssh config, added systems to hm module

This commit is contained in:
2025-05-20 22:03:58 +02:00
parent 9a8cc63674
commit 7455299dd7
3 changed files with 20 additions and 15 deletions

View File

@ -14,7 +14,9 @@ in
map (system: {
name = system.hostName;
value = {
extraHostNames = [ "${system.hostName}.${domain}" ];
extraHostNames = [
"${system.hostName}.${domain}"
];
publicKey = system.ssh.publicKey;
};
}) systems