added wireshark

This commit is contained in:
2024-03-11 11:16:14 +01:00
parent 57cb932151
commit ed9b1c2371

View File

@@ -6,7 +6,7 @@
users.users.adam = { users.users.adam = {
isNormalUser = true; isNormalUser = true;
description = "Adam Rabjerg"; description = "Adam Rabjerg";
extraGroups = [ "adbuser" "networkmanager" "wheel" "docker" "dialout" "plugdev" ]; extraGroups = [ "adbuser" "networkmanager" "wheel" "docker" "dialout" "plugdev" "wireshark"];
packages = with pkgs; [ packages = with pkgs; [
# Web # Web
firefox firefox
@@ -47,6 +47,7 @@
gopass gopass
file file
sshuttle sshuttle
tree
# Entertainment # Entertainment
spotify spotify
@@ -79,6 +80,7 @@
# Network # Network
iperf3 iperf3
ipcalc ipcalc
wireshark
# Desktop # Desktop
kdeconnect kdeconnect
@@ -88,6 +90,8 @@
]; ];
}; };
programs.wireshark.enable = true;
environment.shellAliases = { environment.shellAliases = {
l = "ls -lh"; l = "ls -lh";
ll = " ls -lah"; ll = " ls -lah";