From d6dddd763436b22e546fc0e84a320a5806a50b02 Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:44:32 -0500 Subject: [PATCH] change to comply new version --- hosts/git/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/git/configuration.nix b/hosts/git/configuration.nix index c74e726..bff1eb1 100644 --- a/hosts/git/configuration.nix +++ b/hosts/git/configuration.nix @@ -111,7 +111,6 @@ in services = { forgejo = { enable = true; - appName = "git.rs.ht"; database.type = "sqlite3"; @@ -127,6 +126,7 @@ in }; settings = { + DEFAULT_APP_NAME = "git.rs.ht"; actions = { ENABLED = true; };