services.opensnitch.settings.Ebpf.ModulesPath
NixOS option
Configure eBPF modules path. Used when settings.ProcMonitorMethod is set to ebpf.
type: null or absolute pathDefault
declared in: nixos/modules/services/security/opensnitch.nixView source on NixOS/nixpkgs →if cfg.settings.ProcMonitorMethod == "ebpf" then
"${config.boot.kernelPackages.opensnitch-ebpf}/etc/opensnitchd"
else null;