mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Theia: forgejo stuff
This commit is contained in:
parent
6a61f70457
commit
9560f7bf78
1 changed files with 13 additions and 1 deletions
|
@ -111,7 +111,9 @@
|
|||
rules."50-tailscale" = {
|
||||
onState = [ "routable" ];
|
||||
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 = {
|
||||
package = pkgs.forgejo;
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
settings = {
|
||||
"ui.meta" = {
|
||||
AUTHOR = "Elissa";
|
||||
DESCRIPTION = "My own selfhosted git place for random stuff :3";
|
||||
};
|
||||
DEFAULT.APP_NAME = "githai";
|
||||
federation.ENABLED = true;
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
server = {
|
||||
ROOT_URL = "https://git.blahai.gay";
|
||||
DOMAIN = "git.blahai.gay";
|
||||
|
|
Loading…
Reference in a new issue