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 22, 2024
1 parent df459d4 commit 668e212
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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
5 changes: 0 additions & 5 deletions nixos/tests/suricata.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ import ./make-test-python.nix (

nodes = {
ids = {
imports = [
../modules/profiles/minimal.nix
../modules/services/networking/suricata/default.nix
];

networking.interfaces.eth1 = {
useDHCP = false;
ipv4.addresses = [
Expand Down

0 comments on commit 668e212

Please sign in to comment.