download & stream-dl units + ryot disabled

This commit is contained in:
2024-06-12 23:59:44 -06:00
parent 1c61865222
commit 17c3d7a98f
6 changed files with 161 additions and 85 deletions

View File

@@ -90,6 +90,11 @@ in {
jellyfin = base // { };
# prowlarr.enable = true;
# jira.enable = true;
# adguardhome = {
# enable = true;
# mutableSettings = true;
# openFirewall = true;
# };
microbin = {
enable = true;
settings = {
@@ -218,7 +223,7 @@ in {
"OC\\Preview\\Movie"
];
};
phpExtraExtensions = all: [ all.pdlib all.bz2 ];
phpExtraExtensions = all: [ all.pdlib all.bz2 all.ldap ];
};
postgresql = let
dbNames =
@@ -240,7 +245,7 @@ in {
};
systemd = {
services = {
nextcloud-cron = { path = [ pkgs.perl ]; };
nextcloud-cron.path = [ pkgs.perl ];
# sub-sync = {
# restartIfChanged = true;
# description = "syncronizes subtitles downloaded & modified today";