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

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

View file

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