about summary refs log tree commit diff
path: root/machines/labnet
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-07-28 22:35:59 +0200
committerProfpatsch <mail@profpatsch.de>2016-07-28 22:35:59 +0200
commit29d68e1eb719b4372047b095ab310df40fbfc5f7 (patch)
tree6a9204bba3e127ba82f41bef28e05a0486ab6bdd /machines/labnet
parent7725c0a40abffa96629805b7b4bd40c71cea4748 (diff)
machines/hannswurscht: remove patch again
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" ];