add /root/forgejoMailerPassword
This commit is contained in:
parent
0fff727149
commit
6e2b932d77
1 changed files with 6 additions and 6 deletions
12
forgejo.nix
12
forgejo.nix
|
|
@ -43,12 +43,12 @@ in
|
|||
USER = "jalil@arfaoui.net";
|
||||
};
|
||||
};
|
||||
mailerPasswordFile = config.age.secrets.forgejo-mailer-password.path;
|
||||
mailerPasswordFile = /root/forgejoMailerPassord;
|
||||
};
|
||||
|
||||
age.secrets.forgejo-mailer-password = {
|
||||
file = /root/forgejoMailerPassord;
|
||||
mode = "400";
|
||||
owner = "forgejo";
|
||||
};
|
||||
# age.secrets.forgejo-mailer-password = {
|
||||
# file = /root/forgejoMailerPassord;
|
||||
# mode = "400";
|
||||
# owner = "forgejo";
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue