1
Fork 0

Add the user to the wireshark group

This commit is contained in:
caem 2024-09-05 12:25:16 +02:00
parent d1445c2ba6
commit 6872199ba9
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -9,4 +9,7 @@
environment.systemPackages = with pkgs; [
wireshark
];
users.users.hu.extraGroups = [ "wireshark" ];
}