about summary refs log tree commit diff
path: root/machines/labnet/labtops.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-05-01 21:27:01 +0200
committerProfpatsch <mail@profpatsch.de>2018-05-01 21:28:02 +0200
commit0eef5b12075a886d071eeef20ca92534adaf72df (patch)
treec46caa13e055bb4b3bb50c426bc1737a5641065a /machines/labnet/labtops.nix
parent6bf9aa210a24721f89003f2e94f6f45b02784579 (diff)
machines/labnet: comment out stackenblocken
Not used at the moment (but might be in the future) and needs module import
fixes.
Diffstat (limited to 'machines/labnet/labtops.nix')
-rw-r--r--machines/labnet/labtops.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix
index e1c25f11..f04507f0 100644
--- a/machines/labnet/labtops.nix
+++ b/machines/labnet/labtops.nix
@@ -51,10 +51,11 @@
       '';
     };
 
-    vuizvui.user.openlab.stackenblocken = {
-      enable = true;
-      volume = 35;
-    };
+    # TODO: haskell module broken
+    # vuizvui.user.openlab.stackenblocken = {
+    #   enable = true;
+    #   volume = 35;
+    # };
     vuizvui.user.openlab.speedtest = {
       enable = true;
       outputPath = "${webserverRootDir}/speedtest.yaml";