mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:09:24 +08:00
devices.cross.ssh: fix
This commit is contained in:
@@ -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; };
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user