chore: move rtkit to pipewire

it's really only used by that I think
This commit is contained in:
jacekpoz 2023-08-03 11:18:49 +02:00
parent ffcbeafa73
commit 036c458038
2 changed files with 2 additions and 1 deletions

View file

@ -131,7 +131,6 @@
enableSSHSupport = true; enableSSHSupport = true;
}; };
security.rtkit.enable = true;
hardware = { hardware = {
opentabletdriver = { opentabletdriver = {

View file

@ -10,6 +10,8 @@
pulse.enable = true; pulse.enable = true;
}; };
security.rtkit.enable = true;
environment.etc = let environment.etc = let
json = pkgs.formats.json {}; json = pkgs.formats.json {};
rate = "48000"; rate = "48000";