diff options
author | sefidel <contact@sefidel.net> | 2023-10-07 21:24:19 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-10-07 21:39:58 +0900 |
commit | c4ac8679ebe046fe3b5a506bca1efa4175f09360 (patch) | |
tree | 44e4668f6aeb5528d4c9f39692b7e716d3d38415 /systems/cobalt/default.nix | |
parent | e46b61c74507b7c117582c38fe33c87a650fb6fe (diff) | |
download | infra-c4ac8679ebe046fe3b5a506bca1efa4175f09360.tar.gz infra-c4ac8679ebe046fe3b5a506bca1efa4175f09360.zip |
feat(systems/cobalt): enable tt-rss
Diffstat (limited to 'systems/cobalt/default.nix')
-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"; |