mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
added missing property
This commit is contained in:
parent
cf9653adb0
commit
855ca2de87
|
@ -15,7 +15,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
language = "fr";
|
language = "fr";
|
||||||
defaultUser = config.sops.secrets.freshrss_username;
|
defaultUser = config.sops.secrets.freshrss_username;
|
||||||
passwordFile = "/run/secrets/freshrss";
|
baseUrl = "http://localhost:3005";
|
||||||
|
passwordFile = builtins.toPath config.sops.secrets.freshrss_password.path;
|
||||||
database = {
|
database = {
|
||||||
type = "sqlite";
|
type = "sqlite";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue