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; };