···5960 extraPackages = mkOption {
61 type = types.listOf types.package;
62- default = with pkgs; [ nettools ];
63- defaultText = literalExpression "with pkgs; [ nettools ]";
64- example = literalExpression "with pkgs; [ nettools mysql ]";
65 description = ''
66 Packages to be added to the Zabbix {env}`PATH`.
67 Typically used to add executables for scripts, but can be anything.
···5960 extraPackages = mkOption {
61 type = types.listOf types.package;
62+ default = with pkgs; [ net-tools ];
63+ defaultText = literalExpression "with pkgs; [ net-tools ]";
64+ example = literalExpression "with pkgs; [ net-tools mysql ]";
65 description = ''
66 Packages to be added to the Zabbix {env}`PATH`.
67 Typically used to add executables for scripts, but can be anything.
···91 extraPackages = mkOption {
92 type = types.listOf types.package;
93 default = with pkgs; [
94- nettools
95 nmap
96 traceroute
97 ];
98- defaultText = literalExpression "[ nettools nmap traceroute ]";
99 description = ''
100 Packages to be added to the Zabbix {env}`PATH`.
101 Typically used to add executables for scripts, but can be anything.
···91 extraPackages = mkOption {
92 type = types.listOf types.package;
93 default = with pkgs; [
94+ net-tools
95 nmap
96 traceroute
97 ];
98+ defaultText = literalExpression "[ net-tools nmap traceroute ]";
99 description = ''
100 Packages to be added to the Zabbix {env}`PATH`.
101 Typically used to add executables for scripts, but can be anything.
···88 extraPackages = mkOption {
89 type = types.listOf types.package;
90 default = with pkgs; [
91- nettools
92 nmap
93 traceroute
94 ];
95- defaultText = literalExpression "[ nettools nmap traceroute ]";
96 description = ''
97 Packages to be added to the Zabbix {env}`PATH`.
98 Typically used to add executables for scripts, but can be anything.
···88 extraPackages = mkOption {
89 type = types.listOf types.package;
90 default = with pkgs; [
91+ net-tools
92 nmap
93 traceroute
94 ];
95+ defaultText = literalExpression "[ net-tools nmap traceroute ]";
96 description = ''
97 Packages to be added to the Zabbix {env}`PATH`.
98 Typically used to add executables for scripts, but can be anything.
···38 tbb
39 xwayland
40 qt5.qtwayland
41- nettools # needed by licensing tools
42 bintools # needed for ld and other tools, so ctypes can find/load sos from python
43 ocl-icd # needed for opencl
44 numactl # needed by hfs ocl backend
···38 tbb
39 xwayland
40 qt5.qtwayland
41+ net-tools # needed by licensing tools
42 bintools # needed for ld and other tools, so ctypes can find/load sos from python
43 ocl-icd # needed for opencl
44 numactl # needed by hfs ocl backend
···1323 netbox_3_3 = throw "netbox 3.3 series has been removed as it was EOL"; # Added 2023-09-02
1324 netbox_3_5 = throw "netbox 3.5 series has been removed as it was EOL"; # Added 2024-01-22
1325 netbox_3_7 = throw "netbox 3.7 series has been removed as it was EOL"; # Added 2025-04-23
01326 nextcloud29 = throw ''
1327 Nextcloud v29 has been removed from `nixpkgs` as the support for is dropped
1328 by upstream in 2025-04. Please upgrade to at least Nextcloud v30 by declaring
···1323 netbox_3_3 = throw "netbox 3.3 series has been removed as it was EOL"; # Added 2023-09-02
1324 netbox_3_5 = throw "netbox 3.5 series has been removed as it was EOL"; # Added 2024-01-22
1325 netbox_3_7 = throw "netbox 3.7 series has been removed as it was EOL"; # Added 2025-04-23
1326+ nettools = net-tools; # Added 2025-06-11
1327 nextcloud29 = throw ''
1328 Nextcloud v29 has been removed from `nixpkgs` as the support for is dropped
1329 by upstream in 2025-04. Please upgrade to at least Nextcloud v30 by declaring