From e1b5a39bc0d926c0991b3945bc9312f46f6a35d9 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 11 Jul 2023 15:31:12 +0200 Subject: [PATCH] update lucy --- nixos/hosts/hades/lucy/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/hades/lucy/configuration.nix b/nixos/hosts/hades/lucy/configuration.nix index e5f1f0ae..19f9c704 100644 --- a/nixos/hosts/hades/lucy/configuration.nix +++ b/nixos/hosts/hades/lucy/configuration.nix @@ -37,12 +37,14 @@ in { # Additional packages environment.systemPackages = with pkgs; [ + ffuf gcc go jq + nuclei-latest rustup trivy - nuclei-latest + wapiti ]; boot.loader.systemd-boot.enable = true;