mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
tried replacing by a absolute path
This commit is contained in:
parent
669ffa7c13
commit
49af8e2e77
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue