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 {
|
config = lib.mkIf cfg.enable {
|
||||||
services.wluma = {
|
services.wluma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings =
|
||||||
|
{
|
||||||
als = {
|
als = {
|
||||||
webcam = {
|
webcam = {
|
||||||
video = 0;
|
video = 0;
|
||||||
|
|
@ -47,7 +48,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
// cfg.extraSettings;
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue