Minor updates

This commit is contained in:
Vivian 2022-06-12 12:25:46 +02:00
parent b691e44095
commit 65751c7323
10 changed files with 41 additions and 76 deletions

View file

@ -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";