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

View File

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