From 20c3d92475e0c26ae54836b96a4a98c35adc68fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 23 Mar 2023 12:13:40 +0100 Subject: nixos: measure network speed periodically on edge routers --- nixos/machine/adm-omnia.nix | 1 + nixos/machine/spt-omnia.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'nixos/machine') diff --git a/nixos/machine/adm-omnia.nix b/nixos/machine/adm-omnia.nix index 5fe2127..437831b 100644 --- a/nixos/machine/adm-omnia.nix +++ b/nixos/machine/adm-omnia.nix @@ -18,6 +18,7 @@ with lib; { qca988x.interface = "wlp2s0"; }; openvpn.oldpersonal = false; + monitoring.speedtest = true; }; services.pppd = { diff --git a/nixos/machine/spt-omnia.nix b/nixos/machine/spt-omnia.nix index e5d8873..bf72a6e 100644 --- a/nixos/machine/spt-omnia.nix +++ b/nixos/machine/spt-omnia.nix @@ -18,6 +18,7 @@ with lib; { qca988x.interface = "wlp2s0"; }; openvpn.oldpersonal = true; + monitoring.speedtest = true; }; networking.vlans."end2.848" = { -- cgit v1.2.3