Compare commits

...

2 Commits

Author SHA1 Message Date
698e7e930d
rpi4: configure redlib 2024-10-14 19:49:13 +02:00
a1d0b394e6
rpi4: update redlib subscriptions 2024-10-14 19:49:07 +02:00
2 changed files with 9 additions and 1 deletions

View File

@ -4,8 +4,8 @@ AreTheStraightsOK
autism
beatsaber
Bitwarden
btd6
boykisser
btd6
ConservativeRap
crackheadcraigslist
crackwatch
@ -34,6 +34,7 @@ prismlauncher
rust
rustjerk
selfhosted
Shark_Park
steam
SteamDeck
talesfromtechsupport

View File

@ -332,6 +332,13 @@
(lib.filter (x: x != ""))
(lib.concatStringsSep "+")
];
REDLIB_DEFAULT_SHOW_NSFW = "on";
REDLIB_DEFAULT_BLUR_NSFW = "on";
REDLIB_DEFAULT_BLUR_SPOILER = "on";
REDLIB_DEFAULT_USE_HLS = "on";
REDLIB_DEFAULT_DISABLE_VISIT_REDDIT_CONFIRMATION = "on";
REDLIB_ENABLE_RSS = "on";
};
services.redlib = {