Reorganization
This commit is contained in:
parent
2821a76450
commit
aa3b8519f9
21 changed files with 241 additions and 204 deletions
|
|
@ -1,18 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
ROOT_URL = "https://git.per-aspera.space";
|
||||
HTTP_ADDR = "0.0.0.0";
|
||||
HTTP_PORT = 3000;
|
||||
SSH_DOMAIN = "git.per-aspera.space";
|
||||
SSH_PORT = 2222;
|
||||
};
|
||||
service = { DISABLE_REGISTRATION = false; };
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 3000 2222 ];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue