git: add forgejo

This commit is contained in:
41666 2024-03-30 23:11:28 -04:00
parent a7229444ce
commit a60fce74ac

View file

@ -9,4 +9,12 @@
networking.hostName = "git";
system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux";
service.forgejo = {
enable = true;
settings.server = {
DOMAIN = "git.foxxolay.com";
ROOT_URL = "https://git.foxxolay.com";
};
};
}