added missing property

This commit is contained in:
Harry 2024-07-16 11:35:37 +02:00
parent cf9653adb0
commit 855ca2de87

View file

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