* Revert r30370, it's no longer needed.
svn path=/nixos/trunk/; revision=30389
This commit is contained in:
parent
48adcd5510
commit
d89f4b6c76
@ -74,11 +74,11 @@ let cfg = config.hardware.pulseaudio; in
|
|||||||
}
|
}
|
||||||
|
|
||||||
{ target = "pulse/default.pa";
|
{ target = "pulse/default.pa";
|
||||||
source = "${cfg.package}/etc/default.pa";
|
source = "${cfg.package}/etc/pulse/default.pa";
|
||||||
}
|
}
|
||||||
|
|
||||||
{ target = "pulse/system.pa";
|
{ target = "pulse/system.pa";
|
||||||
source = "${cfg.package}/etc/system.pa";
|
source = "${cfg.package}/etc/pulse/system.pa";
|
||||||
}
|
}
|
||||||
|
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user