add /root/forgejoMailerPassword
parent
0fff727149
commit
6e2b932d77
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…
Reference in New Issue