summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/microwave/configuration.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix
index 177341d..0f2860b 100644
--- a/hosts/microwave/configuration.nix
+++ b/hosts/microwave/configuration.nix
@@ -67,7 +67,6 @@
createHome = true;
extraGroups = [
"wheel"
- "wireshark"
"video"
"libvirtd"
"plugdev"
@@ -80,10 +79,6 @@
uid = 1000;
};
- programs.wireshark = {
- enable = true;
- package = pkgs.wireshark;
- };
time.timeZone = "Europe/Amsterdam";
i18n = {