mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-23 06:43:57 +01:00
added missing secrets object
This commit is contained in:
parent
633a6a1988
commit
3749a73121
|
@ -14,8 +14,8 @@
|
||||||
services.freshrss = {
|
services.freshrss = {
|
||||||
enable = true;
|
enable = true;
|
||||||
language = "fr";
|
language = "fr";
|
||||||
defaultUser = config.sops.freshrss_username;
|
defaultUser = config.sops.secrets.freshrss_username;
|
||||||
passwordFile = config.sops.freshrss_password.path;
|
passwordFile = config.sops.secrets.freshrss_password.path;
|
||||||
database = {
|
database = {
|
||||||
type = "sqlite";
|
type = "sqlite";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue