nixos/services.opensnitch: fmt

Changed files
+3 -1
nixos
modules
services
security
+3 -1
nixos/modules/services/security/opensnitch.nix
···
# `cfg.rules`).
find ${cfg.settings.Rules.Path} -type l -lname '${builtins.storeDir}/*' ${
lib.optionalString (rules != { }) ''
-
-not \( ${lib.concatMapStringsSep " -o " ({ local, ... }: "-name '${baseNameOf local}*'") rules} \) \
+
-not \( ${
+
lib.concatMapStringsSep " -o " ({ local, ... }: "-name '${baseNameOf local}*'") rules
+
} \) \
''
} -delete
${lib.concatMapStrings (