diff --git a/features/freshrss.nix b/features/freshrss.nix index 7355b1c..fd87436 100644 --- a/features/freshrss.nix +++ b/features/freshrss.nix @@ -15,7 +15,7 @@ enable = true; language = "fr"; defaultUser = config.sops.secrets.freshrss_username; - passwordFile = config.sops.secrets.freshrss_password.path; + passwordFile = builtins.toString config.sops.secrets.freshrss_password.path; database = { type = "sqlite"; };