swann: add conntrack-tools

This commit is contained in:
Luke Granger-Brown 2023-10-10 23:29:39 +00:00
parent 0eab7d1802
commit 7b585fab0d

View file

@ -597,6 +597,7 @@ in {
environment.systemPackages = with pkgs; [
ethtool
conntrack-tools
(writeShellApplication {
name = "bridge-stp";
runtimeInputs = [ mstpd ];