enable wireshark

This commit is contained in:
Tim Schubert 2023-03-08 17:42:45 +01:00
parent bf64dc2c90
commit ee5ecc47f7
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -75,6 +75,8 @@ in
programs.adb.enable = true;
programs.wireshark.enable = true;
services.avahi.enable = true;
# Enable CUPS to print documents.
@ -117,7 +119,7 @@ in
users.users = {
dadada = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" "kvm" "video" "scanner" "lp" "docker" "dialout" ];
extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" "kvm" "video" "scanner" "lp" "docker" "dialout" "wireshark" ];
shell = "/run/current-system/sw/bin/zsh";
};
};