feat(hosts/orion): install wireshark

This commit is contained in:
Price Hiller 2024-09-21 21:20:50 -05:00
parent 265c2b32fc
commit 73d5dedff4
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,10 @@
stdenv.cc.cc
];
};
wireshark = {
enable = true;
package = pkgs.wireshark;
};
steam.enable = true;
};
}

View File

@ -17,6 +17,7 @@
"keyd"
(lib.mkIf config.virtualisation.docker.enable "docker")
(lib.mkIf config.virtualisation.libvirtd.enable "libvirtd")
(lib.mkIf config.programs.wireshark.enable "wireshark")
];
group = "price";
shell = pkgs.zsh;