big cleanup
This commit is contained in:
parent
e01f925f0a
commit
70b75d6faa
11 changed files with 64 additions and 112 deletions
|
|
@ -16,23 +16,19 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
openvpn
|
||||
networkmanagerapplet
|
||||
wireguard-tools
|
||||
networkmanager
|
||||
openssh
|
||||
|
||||
(octodns.withProviders (ps: [
|
||||
octodns-providers.gandi
|
||||
]))
|
||||
|
||||
mtr # A network diagnostic tool
|
||||
iperf3
|
||||
dnsutils # `dig` + `nslookup`
|
||||
ldns # replacement of `dig`, it provide the command `drill`
|
||||
aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
||||
socat # replacement of openbsd-netcat
|
||||
nmap # A utility for network discovery and security auditing
|
||||
ipcalc # it is a calculator for the IPv4/v6 addresses
|
||||
dnsutils
|
||||
aria2
|
||||
nmap
|
||||
ipcalc
|
||||
|
||||
# openvpn
|
||||
# openssh
|
||||
# wireguard-tools
|
||||
# (octodns.withProviders (ps: [
|
||||
# octodns-providers.gandi
|
||||
# ]))
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue