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 =
|
||||
let
|
||||
mkIntf = _: _: {
|
||||
enable = mkDefault false;
|
||||
};
|
||||
mkIntf = _: _: { };
|
||||
in
|
||||
mapAttrs mkIntf config.netconf.mandatoryInterfaces;
|
||||
config.netconf.xmls.configuration = ''
|
||||
|
|
Loading…
Reference in a new issue