hardware/audio: disable rtkit for mumble
See https://github.com/NixOS/nixpkgs/issues/392992 for more information
This commit is contained in:
parent
fdad6ae0aa
commit
4d07a2d793
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ in
|
||||||
easyeffects
|
easyeffects
|
||||||
];
|
];
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = false; # FIXME: https://github.com/NixOS/nixpkgs/issues/392992
|
||||||
|
|
||||||
persist.directories = [
|
persist.directories = [
|
||||||
"/var/lib/alsa"
|
"/var/lib/alsa"
|
||||||
|
|
|
@ -133,6 +133,7 @@ in
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"minecraft"
|
"minecraft"
|
||||||
"nginx"
|
"nginx"
|
||||||
|
"pipewire"
|
||||||
"plugdev"
|
"plugdev"
|
||||||
"smtp"
|
"smtp"
|
||||||
"systemd-journal"
|
"systemd-journal"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue