This commit is contained in:
4DBug
2026-02-18 22:44:39 -06:00
parent bca6b60a3e
commit e5f9674f8d
82 changed files with 9362 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
den.aspects.redlib = {
nixos = {
services.redlib = {
enable = true;
address = "127.0.0.1";
port = 8975;
openFirewall = false;
settings = {
SFW_ONLY = "off";
ROBOTS_DISABLE_INDEXING = "on";
ENABLE_RSS = "on";
THEME = "system";
FRONT_PAGE = "default";
LAYOUT = "card";
WIDE = "on";
POST_SORT = "hot";
COMMENT_SORT = "confidence";
BLUR_SPOILER = "off";
SHOW_NSFW = "on";
BLUR_NSFW = "off";
USE_HLS = "on";
HIDE_HLS_NOTIFICATION = "off";
AUTOPLAY_VIDEOS = "off";
HIDE_AWARDS = "off";
DISABLE_VISIT_REDDIT_CONFIRMATION = "off";
HIDE_SCORE = "off";
HIDE_SIDEBAR_AND_SUMMARY = "off";
FIXED_NAVBAR = "on";
REMOVE_DEFAULT_FEEDS = "off";
};
};
};
};
}