added mtr and nettools

This commit is contained in:
CDaut 2025-11-23 17:07:57 +01:00
parent 5c7aea6203
commit 75212dff9c
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 2 additions and 5 deletions

View file

@ -20,6 +20,8 @@
wget
htop
sudo
mtr
nettools
];
# because getting a nix shell is super annoying otherwise

View file

@ -6,11 +6,6 @@ in {
"net.ipv6.conf.all.forwarding" = lib.mkDefault true;
};
environment.systemPackages = with pkgs; [
mtr
];
# set up secret key
sops = {
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];