+3
-2
nixos/modules/services/networking/shorewall.nix
+3
-2
nixos/modules/services/networking/shorewall.nix
······-etc = lib.mapAttrs' (name: conf: lib.nameValuePair "shorewall/${name}" {text=conf;}) cfg.configs;+etc = lib.mapAttrs' (name: conf: lib.nameValuePair "shorewall/${name}" {source=conf;}) cfg.configs;
+3
-2
nixos/modules/services/networking/shorewall6.nix
+3
-2
nixos/modules/services/networking/shorewall6.nix
······-etc = lib.mapAttrs' (name: conf: lib.nameValuePair "shorewall6/${name}" {text=conf;}) cfg.configs;+etc = lib.mapAttrs' (name: conf: lib.nameValuePair "shorewall6/${name}" {source=conf;}) cfg.configs;