nixos/opensnitch: fix typo and enable new system rules
Fixed typo to enable [new system rules](https://github.com/evilsocket/opensnitch/wiki/System-rules#upgrading-from-previous-versions) Fixes: https://github.com/NixOS/nixpkgs/issues/256290
This commit is contained in:
parent
cb44be3b01
commit
f9947192cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'');
|
||||
|
|
Loading…
Reference in a new issue