From fc8ef075b491f8bc6e136f8ed5c07680dd61bba3 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 10 Jan 2023 00:41:08 +0100 Subject: [PATCH] remove some stuff from microwave --- flake.nix | 5 ----- hosts/microwave/configuration.nix | 5 ----- 2 files changed, 10 deletions(-) diff --git a/flake.nix b/flake.nix index 20686bc..5ac7210 100644 --- a/flake.nix +++ b/flake.nix @@ -79,16 +79,11 @@ ./modules/basic-tools.nix ./modules/binary-caches.nix - ./modules/chromium.nix ./modules/devtools.nix ./modules/gnupg.nix ./modules/sway.nix ./modules/hw-accel-intel.nix - ./modules/mail - ./modules/radio.nix - ./modules/science.nix ./modules/tlp.nix - ./modules/virtualization.nix ]; }; 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 = {