forked from extern/nix-config
pipewire: Re-enable lowLatency
This was previously disabled when testing NixOS networks.
This commit is contained in:
parent
07bbb996e5
commit
76bfdf10b6
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
|
||||||
# lowLatency.enable = true;
|
lowLatency.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user