aboutsummaryrefslogtreecommitdiff
path: root/systems/cobalt
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-10-07 21:24:19 +0900
committersefidel <contact@sefidel.net>2023-10-07 21:39:58 +0900
commitc4ac8679ebe046fe3b5a506bca1efa4175f09360 (patch)
tree44e4668f6aeb5528d4c9f39692b7e716d3d38415 /systems/cobalt
parente46b61c74507b7c117582c38fe33c87a650fb6fe (diff)
downloadinfra-c4ac8679ebe046fe3b5a506bca1efa4175f09360.zip
feat(systems/cobalt): enable tt-rss
Diffstat (limited to 'systems/cobalt')
-rw-r--r--systems/cobalt/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 64d778b..04c3486 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -225,6 +225,7 @@ in
"mail"
"webmail"
"todo"
+ "rss"
];
};
"nand.moe" = {
@@ -320,6 +321,11 @@ in
domain = "exotic.sh";
realHost = "todo.exotic.sh";
};
+ services.tt-rss = {
+ enable = true;
+ domain = "exotic.sh";
+ realHost = "rss.exotic.sh";
+ };
services.searx = {
enable = false;
domain = "exotic.sh";