From f2accbc2ae25dd549effc91bacefad99fa20397f Mon Sep 17 00:00:00 2001 From: chn Date: Sun, 20 Apr 2025 18:05:17 +0800 Subject: [PATCH] devices.cross.ssh: fix --- devices/cross/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; })