added mtr and nettools
This commit is contained in:
parent
5c7aea6203
commit
75212dff9c
2 changed files with 2 additions and 5 deletions
|
|
@ -20,6 +20,8 @@
|
||||||
wget
|
wget
|
||||||
htop
|
htop
|
||||||
sudo
|
sudo
|
||||||
|
mtr
|
||||||
|
nettools
|
||||||
];
|
];
|
||||||
|
|
||||||
# because getting a nix shell is super annoying otherwise
|
# because getting a nix shell is super annoying otherwise
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,6 @@ in {
|
||||||
"net.ipv6.conf.all.forwarding" = lib.mkDefault true;
|
"net.ipv6.conf.all.forwarding" = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
mtr
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
# set up secret key
|
# set up secret key
|
||||||
sops = {
|
sops = {
|
||||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue