forked from M-Labs/it-infra
nixops: enable wireshark gui on desktop
This commit is contained in:
parent
56b7218bba
commit
29984c6af6
|
@ -44,6 +44,7 @@ in
|
|||
(import ./fish-nix-shell)
|
||||
];
|
||||
programs.wireshark.enable = true;
|
||||
programs.wireshark.package = pkgs.wireshark;
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.openssh.forwardX11 = true;
|
||||
|
|
Loading…
Reference in New Issue