From fc45873aad70949c27af2a5c3276c510bfc552bd Mon Sep 17 00:00:00 2001 From: Swarsel Date: Wed, 25 Sep 2024 16:28:17 +0200 Subject: [PATCH] choreL sync changes with winters --- SwarselSystems.org | 3 ++- profiles/server/common/navidrome.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index d333372..7255556 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -6844,7 +6844,7 @@ Also, the system state version is set here. No need to touch it. isSystemUser = true; uid = 61593; 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; Scanner.GroupAlbumReleases = true; ScanSchedule = "@every 24h"; + MPVPath = "${pkgs.mpv}/bin/mpv"; Jukebox = { Enabled = true; Default = "pch"; diff --git a/profiles/server/common/navidrome.nix b/profiles/server/common/navidrome.nix index 97eb738..f9f15e1 100644 --- a/profiles/server/common/navidrome.nix +++ b/profiles/server/common/navidrome.nix @@ -19,7 +19,7 @@ isSystemUser = true; uid = 61593; group = "navidrome"; - extraGroups = [ "audio" "utmp" "users" ]; + extraGroups = [ "audio" "utmp" "users" "pipewire" ]; }; }; }; @@ -44,6 +44,7 @@ EnableTranscodingConfig = true; Scanner.GroupAlbumReleases = true; ScanSchedule = "@every 24h"; + MPVPath = "${pkgs.mpv}/bin/mpv"; Jukebox = { Enabled = true; Default = "pch";