mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
rework thinkpad backup
This commit is contained in:
parent
aad5133e9e
commit
46e0511168
3 changed files with 19 additions and 2 deletions
|
@ -2,9 +2,24 @@
|
|||
{
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
raopOpenFirewall = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
extraConfig.pipewire = {
|
||||
"10-airplay" = {
|
||||
"context.modules" = [
|
||||
{
|
||||
name = "libpipewire-module-raop-discover";
|
||||
|
||||
# increase the buffer size if you get dropouts/glitches
|
||||
# args = {
|
||||
# "raop.latency.ms" = 500;
|
||||
# };
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
helvum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue