fixed path file type (was requiring str, got path)

This commit is contained in:
Harry 2024-07-16 09:08:54 +02:00
parent 3749a73121
commit 669ffa7c13

View file

@ -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";
};