From 29d68e1eb719b4372047b095ab310df40fbfc5f7 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 28 Jul 2016 22:35:59 +0200 Subject: machines/hannswurscht: remove patch again --- machines/labnet/labtops.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'machines/labnet/labtops.nix') 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" ]; -- cgit 1.4.1