mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 01:50:33 +01:00
10 lines
126 B
Nix
10 lines
126 B
Nix
{lib, inputs, ...}:
|
|
{
|
|
services.forgejo = {
|
|
enable = true;
|
|
settings.server = {
|
|
HTTP_PORT = 3002;
|
|
};
|
|
};
|
|
}
|