1
1

Update system and settings to 23.05

This commit is contained in:
2023-06-27 11:26:33 -04:00
parent 750bfc08d9
commit 1af2cba7e7
4 changed files with 18 additions and 15 deletions

View File

@@ -2,10 +2,12 @@
services.gitea = {
enable = true;
appName = "Bill's Gitea server, hosted on Linode using NixOS";
domain = "git.ewanick.com";
rootUrl = "https://git.ewanick.com/";
httpPort = 3000;
settings = {
server = {
DOMAIN = "git.ewanick.com";
ROOT_URL = "https://git.ewanick.com/";
HTTP_PORT = 3000;
};
service = {
DISABLE_REGISTRATION = true;
};