diff options
-rw-r--r-- | systems/cobalt/default.nix | 6 |
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"; |