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 hn newest stusmall|1 year ago Yup. My configs can be found here: https://github.com/stusmall/nixosI 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!
stusmall|1 year ago Yup. My configs can be found here: https://github.com/stusmall/nixosI 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!
stusmall|1 year ago
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