about summary refs log tree commit diff
path: root/systems/cobalt/default.nix
diff options
context:
space:
mode:
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;