about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-07-04 21:28:20 +0200
committerProfpatsch <mail@profpatsch.de>2017-07-04 21:29:21 +0200
commitf232ede3e62c5b3c7389c604d2debee771da7d91 (patch)
treeffff55f2401e3a431c6a1f2e6d7b8f2a2fc9336d /machines
parent17812e70dea45001a92e008976841e3562ca137c (diff)
modules/openlab: add speedtest
A simple script to gather DNS & download speed data.
Diffstat (limited to 'machines')
-rw-r--r--machines/labnet/labtops.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix
index f3745901..3e0e6912 100644
--- a/machines/labnet/labtops.nix
+++ b/machines/labnet/labtops.nix
@@ -46,6 +46,7 @@
       enable = true;
       volume = 30;
     };
+    vuizvui.user.openlab.speedtest.enable = true;
 
     services.logind.extraConfig = "HandleLidSwitch=ignore";