summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop')
-rw-r--r--hosts/desktop/configuration.nix6
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 = [