1
0
Fork 0

WIP: Play with agenix

This commit is contained in:
Daniel Kempkens 2023-02-05 17:52:42 +01:00
parent 652462fb5d
commit b2958aea7c
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
age.secrets = {
freshrss = {
userPassword.file = ./freshrss/userPassword.age;
freshrss-user-password = {
file = ./freshrss/userPassword.age;
};
};
}

View file

@ -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;