mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
mauville: disable jellyfin
This commit is contained in:
parent
07a1980f0c
commit
46bf754f65
|
@ -32,7 +32,7 @@ in {
|
||||||
oci = {
|
oci = {
|
||||||
audiobookshelf.enable = true;
|
audiobookshelf.enable = true;
|
||||||
freshRSS.enable = true;
|
freshRSS.enable = true;
|
||||||
jellyfin.enable = true;
|
jellyfin.enable = false;
|
||||||
plexMediaServer.enable = true;
|
plexMediaServer.enable = true;
|
||||||
transmission.enable = true;
|
transmission.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue