mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/suricata: add module to modules-list
This commit is contained in:
parent
9e608d46a9
commit
f2de541dfd
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue