mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 21:29:33 +01:00
fix defaultUser isnt a str
This commit is contained in:
parent
d475e0d125
commit
7ce2640a23
|
@ -14,7 +14,7 @@
|
|||
services.freshrss = {
|
||||
enable = true;
|
||||
language = "fr";
|
||||
defaultUser = config.sops.secrets.freshrss_username;
|
||||
defaultUser = builtins.toString config.sops.secrets.freshrss_username;
|
||||
baseUrl = "http://localhost:3005";
|
||||
passwordFile = "/run/secrets/freshrss_password";
|
||||
database = {
|
||||
|
|
Loading…
Reference in a new issue