diff options
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 42be28c..4382320 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -81,12 +81,6 @@ }; }; - programs.wireshark = { - enable = true; - package = pkgs.wireshark; - }; - users.users.adam.extraGroups = [ "wireshark" ]; - boot = { kernelModules = [ "nct6687" ]; extraModulePackages = [ |
