choreL sync changes with winters

This commit is contained in:
Swarsel 2024-09-25 16:28:17 +02:00
parent a2c58a5cd2
commit fc45873aad
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 4 additions and 2 deletions

View file

@ -6844,7 +6844,7 @@ Also, the system state version is set here. No need to touch it.
isSystemUser = true; isSystemUser = true;
uid = 61593; uid = 61593;
group = "navidrome"; group = "navidrome";
extraGroups = [ "audio" "utmp" "users" ]; extraGroups = [ "audio" "utmp" "users" "pipewire" ];
}; };
}; };
}; };
@ -6869,6 +6869,7 @@ Also, the system state version is set here. No need to touch it.
EnableTranscodingConfig = true; EnableTranscodingConfig = true;
Scanner.GroupAlbumReleases = true; Scanner.GroupAlbumReleases = true;
ScanSchedule = "@every 24h"; ScanSchedule = "@every 24h";
MPVPath = "${pkgs.mpv}/bin/mpv";
Jukebox = { Jukebox = {
Enabled = true; Enabled = true;
Default = "pch"; Default = "pch";

View file

@ -19,7 +19,7 @@
isSystemUser = true; isSystemUser = true;
uid = 61593; uid = 61593;
group = "navidrome"; group = "navidrome";
extraGroups = [ "audio" "utmp" "users" ]; extraGroups = [ "audio" "utmp" "users" "pipewire" ];
}; };
}; };
}; };
@ -44,6 +44,7 @@
EnableTranscodingConfig = true; EnableTranscodingConfig = true;
Scanner.GroupAlbumReleases = true; Scanner.GroupAlbumReleases = true;
ScanSchedule = "@every 24h"; ScanSchedule = "@every 24h";
MPVPath = "${pkgs.mpv}/bin/mpv";
Jukebox = { Jukebox = {
Enabled = true; Enabled = true;
Default = "pch"; Default = "pch";