fix: used str instead of path

This commit is contained in:
Harry 2024-08-12 17:47:03 +02:00
parent 044de2fbf8
commit 486cecc886

View file

@ -8,7 +8,7 @@
database.createLocally = true;
config = {
dbtype = "pgsql";
adminpassFile = config.sops.secrets.adminNextcloudPass;
adminpassFile = config.sops.secrets.adminNextcloudPass.path;
};
};
}