Updated suricata to now work with port mirroring

This commit is contained in:
Random936
2025-02-26 15:47:27 -08:00
parent b4ec2af71d
commit 3a3303e822
3 changed files with 5 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.enp6s18.useDHCP = lib.mkDefault true;
#networking.interfaces.enp6s19.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}