diff --git a/devices/cross/ssh.nix b/devices/cross/ssh.nix index 8f8493c2..97c027b1 100644 --- a/devices/cross/ssh.nix +++ b/devices/cross/ssh.nix @@ -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; }; })