nixos: services: forgejo: fix deprecated option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
91f9eb3d7d
commit
9d7b593b77
1 changed files with 4 additions and 2 deletions
|
|
@ -65,8 +65,6 @@ in
|
|||
{
|
||||
enable = true;
|
||||
|
||||
appName = "Ambroisie's forge";
|
||||
|
||||
user = "git";
|
||||
group = "git";
|
||||
|
||||
|
|
@ -88,6 +86,10 @@ in
|
|||
mailerPasswordFile = lib.mkIf cfg.mail.enable cfg.mail.passwordFile;
|
||||
|
||||
settings = {
|
||||
DEFAULT = {
|
||||
APP_NAME = "Ambroisie's forge";
|
||||
};
|
||||
|
||||
server = {
|
||||
HTTP_PORT = cfg.port;
|
||||
DOMAIN = forgejoDomain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue