l retiolum: disable localdiscovery on supernodes
This commit is contained in:
parent
ff7825816f
commit
377ee283e3
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -22,6 +22,9 @@
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
StrictSubnets = yes
|
StrictSubnets = yes
|
||||||
|
${lib.optionalString (config.krebs.build.host.nets.retiolum.via != null) ''
|
||||||
|
LocalDiscovery = no
|
||||||
|
''}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue