Closed bfcns closed 1 year ago
Explain this line to me
source = "/etc/nixos/.nixos/.files/asuspc/system-fw.json";
My hardware wouldn't be "asus" how do I find the directory for that?
Explain this line to me
source = "/etc/nixos/.nixos/.files/asuspc/system-fw.json";
My hardware wouldn't be "asus" how do I find the directory for that?
the latest change to the opensnitch module (in unstable) has again a change for deploying the system-fw.json file, see https://github.com/NixOS/nixpkgs/blob/7dfa5ad068902a88b20c16cabdbb534bd6936c38/nixos/modules/services/security/opensnitch.nix#L200 the file comes from the opensnitch package and is linked to /etc/openstnichd/system-fw.json. configuring this file is currently not supported. what would your use case be?
Describe the bug
Opensnitch requires system-fw.json file to be placed under /etc/opensnitchd/system-fw.json to be able to enable its System rules/Firewall settings to be active and changeable.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Being able to access that windows' setting.
Screenshots
These screenshot shows the corrected version of the window.
Additional context
Can be solved temporarily with the nixos config below (the file can be found in opensnitch github repo):
Notify maintainers
@onny @ncfavier @happysalada @pennae @raboof @r-ryantm
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.