]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add missing tools and enfore declarative users
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 20 Dec 2019 00:55:32 +0000 (01:55 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 20 Dec 2019 03:12:30 +0000 (04:12 +0100)
modules/private/system.nix

index c0291b03f4bc0296b7b3fc923e35ccc0a31e3aac..e929661a2131b2806f0d9d938d9f26ceb4869220 100644 (file)
       MaxRetentionSec="1year"
       '';
 
+    users.mutableUsers = false;
     users.users.root.packages = [
       pkgs.telnet
       pkgs.htop
       pkgs.iftop
+      pkgs.bind.dnsutils
+      pkgs.httpie
+      pkgs.iotop
+      pkgs.whois
+      pkgs.ngrep
+      pkgs.tcpdump
+      pkgs.tshark
+      pkgs.tcpflow
+      pkgs.mitmproxy
+      pkgs.nmap
+      pkgs.p0f
+      pkgs.socat
+      pkgs.lsof
+      pkgs.psmisc
+      pkgs.wget
     ];
 
     environment.systemPackages = [