Minor updates
This commit is contained in:
parent
b691e44095
commit
65751c7323
10 changed files with 41 additions and 76 deletions
|
@ -23,6 +23,8 @@
|
|||
|
||||
networking.firewall.allowedTCPPorts = [ config.services.gitea.httpPort ];
|
||||
|
||||
services.openssh.startWhenNeeded = false;
|
||||
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
domain = "git.0x76.dev";
|
||||
|
@ -34,7 +36,6 @@
|
|||
disableRegistration = true;
|
||||
cookieSecure = true;
|
||||
|
||||
|
||||
settings = {
|
||||
ui = {
|
||||
DEFAULT_THEME = "arc-green";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue