diff options
Diffstat (limited to 'modules/yggdrasil-wg')
-rw-r--r-- | modules/yggdrasil-wg/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/yggdrasil-wg/default.nix b/modules/yggdrasil-wg/default.nix index 51009c8f..4900d7e0 100644 --- a/modules/yggdrasil-wg/default.nix +++ b/modules/yggdrasil-wg/default.nix | |||
@@ -112,7 +112,7 @@ let | |||
112 | linkToGreNetwork = family: ix: opts@{from, to, ...}: | 112 | linkToGreNetwork = family: ix: opts@{from, to, ...}: |
113 | let | 113 | let |
114 | other = if thisHost from then to else from; | 114 | other = if thisHost from then to else from; |
115 | in nameValuePair "yggre-${other}" { | 115 | in nameValuePair "yggre-${other}-${family}" { |
116 | matchConfig = { | 116 | matchConfig = { |
117 | Name = "yggre-${other}-${family}"; | 117 | Name = "yggre-${other}-${family}"; |
118 | }; | 118 | }; |