some stuff
This commit is contained in:
parent
d2fd9fda8a
commit
368fc628c2
26 changed files with 458 additions and 97 deletions
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{config, ...}: {
|
||||
imports = [
|
||||
#./smbshare.nix
|
||||
];
|
||||
|
@ -104,7 +98,7 @@
|
|||
];
|
||||
};
|
||||
jellyfin = {
|
||||
image = "jellyfin/jellyfin";
|
||||
image = "jellyfin/jellyfin:2024052005";
|
||||
volumes = [
|
||||
"/media/config/jellyfin/config:/config"
|
||||
"/media/config/jellyfin/cache:/cache"
|
||||
|
@ -313,6 +307,8 @@
|
|||
lyrics,
|
||||
spotify,
|
||||
scrub,
|
||||
duplicates,
|
||||
unimported,
|
||||
]
|
||||
|
||||
genres: yes
|
||||
|
@ -320,9 +316,6 @@
|
|||
spotify:
|
||||
source_weight: 0.7
|
||||
|
||||
advancesrewrite:
|
||||
artist GHOST: Ghost and Pals
|
||||
|
||||
embedart:
|
||||
auto: yes
|
||||
ifempty: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue