eva-01 fixes

This commit is contained in:
2026-03-10 18:07:37 -07:00
parent 77bc97b366
commit 81ae5fa08b
2 changed files with 6 additions and 8 deletions

View File

@@ -129,11 +129,6 @@ in
# Pentesting/security tools (eva-01 and eva-03) # Pentesting/security tools (eva-01 and eva-03)
++ lib.optionals (builtins.elem hostname [ "eva-01" "eva-03" ]) (with pkgs; [ ++ lib.optionals (builtins.elem hostname [ "eva-01" "eva-03" ]) (with pkgs; [
aircrack-ng aircrack-ng
hcxdumptool
hcxtools
metasploit
wifite2
wirelesstools
amass amass
bettercap bettercap
bloodhound bloodhound
@@ -147,9 +142,12 @@ in
hash-identifier hash-identifier
hashcat hashcat
hashcat-utils hashcat-utils
hcxdumptool
hcxtools
hping hping
macchanger macchanger
medusa medusa
metasploit
netdiscover netdiscover
netexec netexec
pwnat pwnat
@@ -160,6 +158,8 @@ in
sqlmap sqlmap
steghide steghide
thc-hydra thc-hydra
wifite2
wirelesstools
]) ])
# eva-01 specific # eva-01 specific
@@ -169,7 +169,6 @@ in
pkgs.parted pkgs.parted
pkgs.traceroute pkgs.traceroute
pkgs.android-tools pkgs.android-tools
pkgs.goose-cli
] ]
# eva-03 specific # eva-03 specific

View File

@@ -141,8 +141,7 @@
#Enable Ollama daemon #Enable Ollama daemon
services.ollama = { services.ollama = {
enable = true; enable = true;
acceleration = "cuda"; package = pkgs-unstable.ollama;
package = pkgs-unstable.ollama-cuda;
}; };
#Enable Hyprland #Enable Hyprland