about summary refs log tree commit diff
path: root/systems/cobalt/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-12-06 23:10:39 +0900
committersefidel <contact@sefidel.net>2023-12-06 23:38:52 +0900
commit6bb26431d3fd7696c85b73b3831abf8a89c9be90 (patch)
tree09201392f3a9d16603e465bb9625660d5c5990df /systems/cobalt/default.nix
parentac4871ea5201703018c08f1e68f4b02f08ba39df (diff)
downloadinfra-6bb26431d3fd7696c85b73b3831abf8a89c9be90.tar.gz
infra-6bb26431d3fd7696c85b73b3831abf8a89c9be90.zip
feat(modules/{tt-rss -> rss}): change tt-rss to freshrss
Diffstat (limited to 'systems/cobalt/default.nix')
-rw-r--r--systems/cobalt/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index d5c5a8f..05f75d3 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -168,6 +168,7 @@ in
   # owner = "openldap";
   # };
   sops.secrets.searx-env = { };
+  sops.secrets.freshrss-admin-pass = { owner = "freshrss"; };
 
   nix.experimentalFeatures = "nix-command flakes";
 
@@ -326,10 +327,11 @@ in
       domain = "exotic.sh";
       realHost = "todo.exotic.sh";
     };
-    services.tt-rss = {
+    services.rss = {
       enable = true;
       domain = "exotic.sh";
       realHost = "rss.exotic.sh";
+      secrets.admin-password = config.sops.secrets.freshrss-admin-pass.path;
     };
     services.searx = {
       enable = true;