services.opensnitch.settings.Ebpf.ModulesPath

NixOS option

Configure eBPF modules path. Used when settings.ProcMonitorMethod is set to ebpf.

type: null or absolute path
Default
if cfg.settings.ProcMonitorMethod == "ebpf" then
  "${config.boot.kernelPackages.opensnitch-ebpf}/etc/opensnitchd"
else null;
declared in: nixos/modules/services/security/opensnitch.nixView source on NixOS/nixpkgs →