From 1990f5a2fab510f4d071c603fc560cfe35fcc52b Mon Sep 17 00:00:00 2001 From: catvayor Date: Wed, 4 Sep 2024 09:47:52 +0200 Subject: [PATCH] avoid mkDefault conflict --- junos/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/junos/default.nix b/junos/default.nix index e31749f..17e876d 100644 --- a/junos/default.nix +++ b/junos/default.nix @@ -53,9 +53,7 @@ in }; config.interfaces = let - mkIntf = _: _: { - enable = mkDefault false; - }; + mkIntf = _: _: { }; in mapAttrs mkIntf config.netconf.mandatoryInterfaces; config.netconf.xmls.configuration = ''