blob: acc22d64771d44324eb95bfd46e1102039ffa8f8 (
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
msf
thc-hydra
borgbackup
ledger
u3-tool
];
}
|