devices.cross.ssh: fix

This commit is contained in:
2025-04-20 18:05:17 +08:00
parent 775b9e1ee0
commit f2accbc2ae

View File

@@ -89,7 +89,7 @@ in
(device: builtins.map
(name:
{
inherit (device) name;
inherit name;
value = genericConfig //
{ host = name; hostname = "${name}.chn.moe"; proxyJump = device.value.proxyJump or null; };
})