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 = {
|
||||
enable = true;
|
||||
language = "fr";
|
||||
defaultUser = config.sops.freshrss_username;
|
||||
passwordFile = config.sops.freshrss_password.path;
|
||||
defaultUser = config.sops.secrets.freshrss_username;
|
||||
passwordFile = config.sops.secrets.freshrss_password.path;
|
||||
database = {
|
||||
type = "sqlite";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue