feat: add wireshark
This commit is contained in:
parent
c8f25ac304
commit
fe18c0b567
2 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
systemd.services = {
|
||||
NetworkManager-wait-online.enable = false;
|
||||
};
|
||||
|
||||
programs.wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ in
|
|||
{
|
||||
users.users.gandalf = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" "docker" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" "docker" "wireshark" ];
|
||||
};
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue