services: add gitea
This commit is contained in:
parent
10aa3c6c9a
commit
98ff3c4dd8
2 changed files with 15 additions and 0 deletions
14
services/gitea.nix
Normal file
14
services/gitea.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
|
||||
lfs.enable = true;
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
HTTP_PORT = 3788;
|
||||
ROOT_URL = "https://git.thewizard.link";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue