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;
|
enable = true;
|
||||||
|
|
||||||
appName = "Ambroisie's forge";
|
|
||||||
|
|
||||||
user = "git";
|
user = "git";
|
||||||
group = "git";
|
group = "git";
|
||||||
|
|
||||||
|
|
@ -88,6 +86,10 @@ in
|
||||||
mailerPasswordFile = lib.mkIf cfg.mail.enable cfg.mail.passwordFile;
|
mailerPasswordFile = lib.mkIf cfg.mail.enable cfg.mail.passwordFile;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
DEFAULT = {
|
||||||
|
APP_NAME = "Ambroisie's forge";
|
||||||
|
};
|
||||||
|
|
||||||
server = {
|
server = {
|
||||||
HTTP_PORT = cfg.port;
|
HTTP_PORT = cfg.port;
|
||||||
DOMAIN = forgejoDomain;
|
DOMAIN = forgejoDomain;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue