about summary refs log blame commit diff
path: root/users/grfn/system/system/modules/wireshark.nix
blob: 0bc1d8f04ab473d4b31f415a53f522b32fdd1082 (plain) (tree)
1
2
3
4
5
6





                                                 
{ config, lib, pkgs, ... }:

{
  programs.wireshark.enable = true;
  users.users.grfn.extraGroups = [ "wireshark" ];
}