From c8c72bcb0c5679326eb0fbb7f8279cfadfa8cf9c Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sat, 2 Dec 2023 00:06:22 +0100 Subject: [PATCH] fix app.ini --- hosts/fw.cloonar.com/modules/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index ec31c81..693aa23 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -22,7 +22,7 @@ in users.groups.docker.members = [ "gitea" ]; - environment.etc."gitea/app.ini".source = '' + environment.etc."gitea/app.ini".text = '' APP_NAME = Cloonar Gitea server RUN_USER = gitea RUN_MODE = prod