module(wluma): Fix wluma module doesn't use extraSettings
This commit is contained in:
parent
101749eb84
commit
fd9ef02112
1 changed files with 15 additions and 13 deletions
|
|
@ -33,7 +33,8 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.wluma = {
|
||||
enable = true;
|
||||
settings = {
|
||||
settings =
|
||||
{
|
||||
als = {
|
||||
webcam = {
|
||||
video = 0;
|
||||
|
|
@ -47,7 +48,8 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
// cfg.extraSettings;
|
||||
systemd = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue