feat(hosts/orion): install wireshark
This commit is contained in:
parent
265c2b32fc
commit
73d5dedff4
@ -14,6 +14,10 @@
|
||||
stdenv.cc.cc
|
||||
];
|
||||
};
|
||||
wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark;
|
||||
};
|
||||
steam.enable = true;
|
||||
};
|
||||
}
|
||||
|
@ -17,6 +17,7 @@
|
||||
"keyd"
|
||||
(lib.mkIf config.virtualisation.docker.enable "docker")
|
||||
(lib.mkIf config.virtualisation.libvirtd.enable "libvirtd")
|
||||
(lib.mkIf config.programs.wireshark.enable "wireshark")
|
||||
];
|
||||
group = "price";
|
||||
shell = pkgs.zsh;
|
||||
|
Loading…
Reference in New Issue
Block a user