summaryrefslogtreecommitdiffstats
path: root/2configs/tools
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-10-03 15:43:46 +0200
committermakefu <github@syntax-fehler.de>2017-10-03 15:43:46 +0200
commitbc8ab5ca567c7e41b165a836bc3cbdd9c50b6a64 (patch)
treed3be97252b951b49c72239b61a5af262f9c06a8c /2configs/tools
parent68ac0650a22d80b1a5dd6848157fe3639cf2f3d6 (diff)
ma tools: use wireshark from options
Diffstat (limited to '2configs/tools')
-rw-r--r--2configs/tools/sec-gui.nix15
1 files changed, 11 insertions, 4 deletions
diff --git a/2configs/tools/sec-gui.nix b/2configs/tools/sec-gui.nix
index 2db3e4391..95f130ae8 100644
--- a/2configs/tools/sec-gui.nix
+++ b/2configs/tools/sec-gui.nix
@@ -1,8 +1,15 @@
{ pkgs, ... }:
{
- krebs.per-user.makefu.packages = with pkgs; [
- tpmmanager
- wireshark
- ];
+ users.users.makefu = {
+ extraGroups = [ "wireshark" ];
+ packages = with pkgs; [
+ tpmmanager
+ ];
+ };
+
+ programs.wireshark = {
+ enable = true;
+ package = pkgs.wireshark;
+ };
}
[cgit] Unable to lock slot /tmp/cgit/01100000.lock: No such file or directory (2)