From d11367de4d9e9c5e381b63b6a8e71c30ca6070e8 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 8 Jun 2025 17:58:40 +0200 Subject: [PATCH] feat: 2 zeilen hinzugfuegt --- hosts/goingmerry/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/goingmerry/configuration.nix b/hosts/goingmerry/configuration.nix index 8efd026..76982b3 100644 --- a/hosts/goingmerry/configuration.nix +++ b/hosts/goingmerry/configuration.nix @@ -220,7 +220,9 @@ enableSSHSupport = true; pinentryPackage = pkgs.pinentry-qt; }; + virt-manager.enable = true; + wireshark.enable = true; nix-ld = { enable = true;