broke out root_url option for forgejo

This commit is contained in:
John Lancaster
2026-04-04 13:51:40 -05:00
parent c1e00a7c45
commit 1196d69778
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ in
};
forgejo = {
enable = true;
root_url = "https://forgejo.john-stream.com";
https = true;
port = 443;
};