fix: wrong user in kavita config, new music path

This commit is contained in:
Leon Schwarzäugl 2025-06-09 02:20:45 +02:00
parent 87baf57aa3
commit d366887a77
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 4 additions and 4 deletions

View file

@ -6645,7 +6645,7 @@ Here we just define some aliases for rebuilding the system, and we allow some in
]; ];
users.users.jellyfin = { users.users.kavita = {
extraGroups = [ "users" ]; extraGroups = [ "users" ];
}; };
@ -6785,7 +6785,7 @@ Here we just define some aliases for rebuilding the system, and we allow some in
LogLevel = "debug"; LogLevel = "debug";
Address = "127.0.0.1"; Address = "127.0.0.1";
Port = 4040; Port = 4040;
MusicFolder = "/Vault/Eternor/Musik"; MusicFolder = "/Vault/Eternor/Music";
EnableSharing = true; EnableSharing = true;
EnableTranscodingConfig = true; EnableTranscodingConfig = true;
Scanner.GroupAlbumReleases = true; Scanner.GroupAlbumReleases = true;

View file

@ -7,7 +7,7 @@
]; ];
users.users.jellyfin = { users.users.kavita = {
extraGroups = [ "users" ]; extraGroups = [ "users" ];
}; };

View file

@ -43,7 +43,7 @@ in
LogLevel = "debug"; LogLevel = "debug";
Address = "127.0.0.1"; Address = "127.0.0.1";
Port = 4040; Port = 4040;
MusicFolder = "/Vault/Eternor/Musik"; MusicFolder = "/Vault/Eternor/Music";
EnableSharing = true; EnableSharing = true;
EnableTranscodingConfig = true; EnableTranscodingConfig = true;
Scanner.GroupAlbumReleases = true; Scanner.GroupAlbumReleases = true;