l blue: add ag & nmap to pkgs
This commit is contained in:
parent
e34ca32676
commit
7b51fac2c5
|
@ -9,6 +9,11 @@ with (import <stockholm/lib>);
|
|||
./pass.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ag
|
||||
nmap
|
||||
];
|
||||
|
||||
services.tor.enable = true;
|
||||
|
||||
krebs.iptables.tables.filter.INPUT.rules = [
|
||||
|
|
Loading…
Reference in a new issue