absolute path naming

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

View file

@ -16,7 +16,7 @@
language = "fr";
defaultUser = config.sops.secrets.freshrss_username;
baseUrl = "http://localhost:3005";
passwordFile = builtins.toPath config.sops.secrets.freshrss_password.path;
passwordFile = "/run/secrets/freshrss_password";
database = {
type = "sqlite";
};