services.opensnitch.settings.Ebpf.ModulesPath

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
<nixpkgs/nixos/modules/services/security/opensnitch.nix>