♻️ [shared] Refactor hm ssh config, added systems to hm module
This commit is contained in:
@ -14,7 +14,9 @@ in
|
||||
map (system: {
|
||||
name = system.hostName;
|
||||
value = {
|
||||
extraHostNames = [ "${system.hostName}.${domain}" ];
|
||||
extraHostNames = [
|
||||
"${system.hostName}.${domain}"
|
||||
];
|
||||
publicKey = system.ssh.publicKey;
|
||||
};
|
||||
}) systems
|
||||
|
Reference in New Issue
Block a user