git: add forgejo
This commit is contained in:
parent
a7229444ce
commit
a60fce74ac
1 changed files with 8 additions and 0 deletions
|
@ -9,4 +9,12 @@
|
||||||
networking.hostName = "git";
|
networking.hostName = "git";
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
||||||
|
service.forgejo = {
|
||||||
|
enable = true;
|
||||||
|
settings.server = {
|
||||||
|
DOMAIN = "git.foxxolay.com";
|
||||||
|
ROOT_URL = "https://git.foxxolay.com";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue