top | item 41213611

(no title)

mubu | 1 year ago

Did you achieve this using the OpenSnitch Nix options over at search.nixos.org/options ?

discuss

order

stusmall|1 year ago

Yup. My configs can be found here: https://github.com/stusmall/nixos

I tend to put all the random grab bags rules needed for basic functionality in the opensnitch.nix module. If a package needed rules it gets a module and they go in there. Check the signal.nix module for a good example

mubu|1 year ago

Very nice, thanks!