tried replacing by a absolute path

This commit is contained in:
Harry 2024-07-16 09:23:40 +02:00
parent 669ffa7c13
commit 49af8e2e77

View file

@ -15,7 +15,7 @@
enable = true;
language = "fr";
defaultUser = config.sops.secrets.freshrss_username;
passwordFile = builtins.toString config.sops.secrets.freshrss_password.path;
passwordFile = "/run/secrets/freshrss";
database = {
type = "sqlite";
};