From 12bfdbf0565648484510b0206f6e795e614800f7 Mon Sep 17 00:00:00 2001 From: fnord Date: Sun, 27 Apr 2025 00:00:16 +0200 Subject: [PATCH] configuration.nix aktualisiert Fixed Wireshark --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index d55f1bc..fe9e6bc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,6 +58,9 @@ # Enable Unfree Packages to be installed: nixpkgs.config.allowUnfree = true; + # Enable Wireshark + programs.wireshark.enable = true; + # Defining Globally installed Packages environment.systemPackages = with pkgs; [ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.