move mailerPasswordFile location to forgejo home
This commit is contained in:
parent
8e1fa82939
commit
1d7f9afae5
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ in
|
||||||
USER = "jalil@arfaoui.net";
|
USER = "jalil@arfaoui.net";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mailerPasswordFile = "/root/forgejoMailerPassword";
|
mailerPasswordFile = config.users.users.forgejo.home + "/forgejoMailerPassword";
|
||||||
};
|
};
|
||||||
|
|
||||||
# age.secrets.forgejo-mailer-password = {
|
# age.secrets.forgejo-mailer-password = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue