mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: wrong user in kavita config, new music path
This commit is contained in:
parent
87baf57aa3
commit
d366887a77
3 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
users.users.jellyfin = {
|
users.users.kavita = {
|
||||||
extraGroups = [ "users" ];
|
extraGroups = [ "users" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue