Update system and settings to 23.05
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user