module(wluma): Fix wluma module doesn't use extraSettings

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 101749eb84
commit fd9ef02112
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -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;
}; };