Theia: forgejo stuff

This commit is contained in:
blahai 2024-12-09 17:04:45 +02:00
parent 6a61f70457
commit 9560f7bf78
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -111,7 +111,9 @@
rules."50-tailscale" = { rules."50-tailscale" = {
onState = [ "routable" ]; onState = [ "routable" ];
script = '' script = ''
${lib.getExe pkgs.ethtool} -K ens3 rx-udp-gro-forwarding on rx-gro-list off ${
lib.getExe pkgs.ethtool
} -K ens3 rx-udp-gro-forwarding on rx-gro-list off
''; '';
}; };
}; };
@ -197,9 +199,19 @@
forgejo = { forgejo = {
package = pkgs.forgejo; package = pkgs.forgejo;
enable = true; enable = true;
lfs.enable = true;
settings = { settings = {
"ui.meta" = {
AUTHOR = "Elissa";
DESCRIPTION = "My own selfhosted git place for random stuff :3";
};
DEFAULT.APP_NAME = "githai"; DEFAULT.APP_NAME = "githai";
federation.ENABLED = true; federation.ENABLED = true;
service.DISABLE_REGISTRATION = true;
actions = {
ENABLED = true;
DEFAULT_ACTIONS_URL = "github";
};
server = { server = {
ROOT_URL = "https://git.blahai.gay"; ROOT_URL = "https://git.blahai.gay";
DOMAIN = "git.blahai.gay"; DOMAIN = "git.blahai.gay";