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