Update system and settings to 23.05
This commit is contained in:
parent
750bfc08d9
commit
1af2cba7e7
4 changed files with 18 additions and 15 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue