Use wireshark module.
This commit is contained in:
		
							parent
							
								
									41e7bc98d2
								
							
						
					
					
						commit
						1be3472ce7
					
				@ -20,7 +20,6 @@
 | 
			
		||||
    hledger-diff
 | 
			
		||||
    cmake ninja
 | 
			
		||||
    mpv
 | 
			
		||||
    wireshark-gtk
 | 
			
		||||
    neomutt notmuch
 | 
			
		||||
    goldendict
 | 
			
		||||
    patchelf
 | 
			
		||||
 | 
			
		||||
@ -35,4 +35,10 @@
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  programs.wireshark = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    package = pkgs.wireshark;
 | 
			
		||||
  };
 | 
			
		||||
  users.extraUsers.gebner.extraGroups = [ "wireshark" ];
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user