WIP: Play with agenix
This commit is contained in:
parent
652462fb5d
commit
b2958aea7c
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
freshrss = {
|
freshrss-user-password = {
|
||||||
userPassword.file = ./freshrss/userPassword.age;
|
file = ./freshrss/userPassword.age;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
inherit (secret.freshrss) defaultUser;
|
inherit (secret.freshrss) defaultUser;
|
||||||
passwordFile = config.age.secrets.freshrss.userPassword.path;
|
passwordFile = config.age.secrets.freshrss-user-password.path;
|
||||||
|
|
||||||
inherit (secret.freshrss) baseUrl;
|
inherit (secret.freshrss) baseUrl;
|
||||||
inherit (secret.freshrss) virtualHost;
|
inherit (secret.freshrss) virtualHost;
|
||||||
|
|
Loading…
Reference in a new issue