about summary refs log tree commit diff
path: root/machines/labnet
diff options
context:
space:
mode:
Diffstat (limited to 'machines/labnet')
-rw-r--r--machines/labnet/labtops.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix
index d91e450e..c30272f7 100644
--- a/machines/labnet/labtops.nix
+++ b/machines/labnet/labtops.nix
@@ -24,9 +24,9 @@
     services.mingetty.autologinUser = "openlab";
 
     hardware.pulseaudio = {
-      package = pkgs.pulseaudioLight.overrideDerivation (old: {
-        patches = old.patches or [] ++ [ ./buffer.patch ];
-      });
+      #package = pkgs.pulseaudioLight.overrideDerivation (old: {
+      #  patches = old.patches or [] ++ [ ./buffer.patch ];
+      #});
       enable = true;
       # tcp.enable = true;
       # tcp.anonymousClients.allowedIpRanges = [ "172.16.0.0/16" ];