Skip to content

Commit

Permalink
nixos/suricata: add module to modules-list
Browse files Browse the repository at this point in the history
  • Loading branch information
felbinger committed Oct 19, 2024
1 parent 8dc4977 commit 7a37d0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,7 @@
./services/networking/sunshine.nix
./services/networking/supplicant.nix
./services/networking/supybot.nix
./services/networking/suricata/default.nix
./services/networking/syncplay.nix
./services/networking/syncthing-relay.nix
./services/networking/syncthing.nix
Expand Down
6 changes: 5 additions & 1 deletion nixos/modules/services/networking/suricata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ let
;
in
{
meta.maintainers = with lib.maintainers; [ felbinger ];
meta = {
maintainers = with lib.maintainers; [ felbinger ];
buildDocsInSandbox = false;
};
documentation.nixos.options.warningsAreErrors = true; # treat missing description errors as warnings

options.services.suricata = {
enable = mkEnableOption "Suricata";
Expand Down

0 comments on commit 7a37d0c

Please sign in to comment.