mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added required passwordFile property
This commit is contained in:
parent
d4a1799e36
commit
7562369ed7
2 changed files with 33 additions and 0 deletions
|
@ -1,8 +1,16 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
sops.secrets = {
|
||||
path = ../secrets/freshrss.json;
|
||||
freshrss_username = { };
|
||||
freshrss_password = { };
|
||||
};
|
||||
|
||||
services.freshrss = {
|
||||
enable = true;
|
||||
language = "fr";
|
||||
defaultUser = config.sops.freshrss_username;
|
||||
passwordFile = config.sops.freshrss_password.path;
|
||||
database = {
|
||||
type = "sqlite";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue