avoid mkDefault conflict

This commit is contained in:
catvayor 2024-09-04 09:47:52 +02:00
parent f14dcc6d1c
commit 1990f5a2fa
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -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 = ''