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 = {
|
||||
freshrss = {
|
||||
userPassword.file = ./freshrss/userPassword.age;
|
||||
freshrss-user-password = {
|
||||
file = ./freshrss/userPassword.age;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
|
||||
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) virtualHost;
|
||||
|
|
Loading…
Reference in a new issue