diff --git a/nixos/modules/services/security/opensnitch.nix b/nixos/modules/services/security/opensnitch.nix index 26c015a8107e..d6248bd15fe2 100644 --- a/nixos/modules/services/security/opensnitch.nix +++ b/nixos/modules/services/security/opensnitch.nix @@ -167,6 +167,15 @@ in ''; }; + Audit.AudispSocketPath = lib.mkOption { + type = lib.types.path; + default = "/run/audit/audispd_events"; + description = '' + Configure audit socket path. Used when + `settings.ProcMonitorMethod` is set to `audit`. + ''; + }; + Rules.Path = lib.mkOption { type = lib.types.path; default = "/var/lib/opensnitch/rules";