feat(skadi): add user to pipewire group
Fixes audio issues when using sched_ext schedulers.
This commit is contained in:
parent
3ac4f72d2c
commit
31887094da
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@
|
|||
isNormalUser = true;
|
||||
description = "Crony";
|
||||
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
|
||||
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat" "realtime" "uinput"];
|
||||
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat" "pipewire"];
|
||||
};
|
||||
|
||||
users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue