From 3749a73121331163c28420f04c56722e7ebe1506 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 16 Jul 2024 08:54:04 +0200 Subject: [PATCH] added missing secrets object --- features/freshrss.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/freshrss.nix b/features/freshrss.nix index 4c78e55..7355b1c 100644 --- a/features/freshrss.nix +++ b/features/freshrss.nix @@ -14,8 +14,8 @@ services.freshrss = { enable = true; language = "fr"; - defaultUser = config.sops.freshrss_username; - passwordFile = config.sops.freshrss_password.path; + defaultUser = config.sops.secrets.freshrss_username; + passwordFile = config.sops.secrets.freshrss_password.path; database = { type = "sqlite"; };