Add trippy

This commit is contained in:
Erwin Boskma 2024-10-16 16:59:47 +02:00
parent 836076dc9d
commit 29ba701666
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw
2 changed files with 2 additions and 0 deletions

View file

@ -467,6 +467,7 @@ in
enable = true;
package = pkgs.wireshark;
};
trippy.enable = true;
};
services = {

View file

@ -434,6 +434,7 @@ in
enable = true;
package = pkgs.wireshark;
};
trippy.enable = true;
};
users.groups.wireshark.members = [ "erwin" ];