avoid mkDefault conflict
This commit is contained in:
parent
f14dcc6d1c
commit
1990f5a2fa
1 changed files with 1 additions and 3 deletions
|
@ -53,9 +53,7 @@ in
|
||||||
};
|
};
|
||||||
config.interfaces =
|
config.interfaces =
|
||||||
let
|
let
|
||||||
mkIntf = _: _: {
|
mkIntf = _: _: { };
|
||||||
enable = mkDefault false;
|
|
||||||
};
|
|
||||||
in
|
in
|
||||||
mapAttrs mkIntf config.netconf.mandatoryInterfaces;
|
mapAttrs mkIntf config.netconf.mandatoryInterfaces;
|
||||||
config.netconf.xmls.configuration = ''
|
config.netconf.xmls.configuration = ''
|
||||||
|
|
Loading…
Reference in a new issue