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