From 2b4513fcfdc72c95c758cb05d130183865d6e747 Mon Sep 17 00:00:00 2001 From: Vivian Roest 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;