update music module
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.myConfig.music;
|
||||
@ -11,12 +10,10 @@ in {
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# musnix = {
|
||||
# enable = true;
|
||||
# rtcqs.enable = true;
|
||||
# kernel.realtime = true;
|
||||
# kernel.packages = pkgs.linuxPackages-rt_latest;
|
||||
# };
|
||||
musnix = {
|
||||
enable = true;
|
||||
rtcqs.enable = true;
|
||||
};
|
||||
users.users.max.extraGroups = ["audio"];
|
||||
|
||||
services.pipewire = {
|
||||
|
Reference in New Issue
Block a user