diff --git a/features/freshrss.nix b/features/freshrss.nix index 3f3fd51..58f2b83 100644 --- a/features/freshrss.nix +++ b/features/freshrss.nix @@ -16,7 +16,7 @@ language = "fr"; defaultUser = config.sops.secrets.freshrss_username; baseUrl = "http://localhost:3005"; - passwordFile = builtins.toPath config.sops.secrets.freshrss_password.path; + passwordFile = "/run/secrets/freshrss_password"; database = { type = "sqlite"; };