Add the user to the wireshark group
This commit is contained in:
parent
d1445c2ba6
commit
6872199ba9
1 changed files with 3 additions and 0 deletions
|
@ -9,4 +9,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wireshark
|
wireshark
|
||||||
];
|
];
|
||||||
|
|
||||||
|
users.users.hu.extraGroups = [ "wireshark" ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue