mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/services.opensnitch: fmt
This commit is contained in:
parent
a8d331716c
commit
9db6d6f090
1 changed files with 3 additions and 1 deletions
|
@ -223,7 +223,9 @@ in
|
|||
# `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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue