nixops: enable wireshark gui on desktop

pull/5/head
Sebastien Bourdeauducq 2020-07-18 10:21:10 +08:00
parent 56b7218bba
commit 29984c6af6
1 changed files with 1 additions and 0 deletions

View File

@ -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;