Unverified Commit b78671bc authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

Merge pull request #261684 from amz-x/opensnitch-fix-typo

nixos/opensnitch: fix typo and enable new system rules
parents f2ac4b85 f9947192
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ in {
        ln -sf '${file}' "${local}"
      '') rules}

      if [ ! -f /etc/opensnitch-system-fw.json ]; then
      if [ ! -f /etc/opensnitchd/system-fw.json ]; then
        cp "${pkgs.opensnitch}/etc/opensnitchd/system-fw.json" "/etc/opensnitchd/system-fw.json"
      fi
    '');