blob: 6b7aa4fec436abe111f6200e81a2de4d482a8c5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
aria2
# mitmproxy
python3Packages.binwalk-full
dnsmasq
iodine
mtr
nmap
metasploit
thc-hydra
borgbackup
ledger
u3-tool
];
}
|