mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:06:33 +01:00
forgo disable registartion
This commit is contained in:
parent
b9381fa897
commit
52cea649b3
1 changed files with 8 additions and 3 deletions
|
@ -74,9 +74,14 @@
|
||||||
|
|
||||||
services.forgejo = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.server = {
|
settings = {
|
||||||
HTTP_PORT = 8085;
|
server = {
|
||||||
ROOT_URL = "https://git.missing.ninja/";
|
HTTP_PORT = 8085;
|
||||||
|
ROOT_URL = "https://git.missing.ninja/";
|
||||||
|
};
|
||||||
|
service = {
|
||||||
|
DISABLE_REGISTRATION = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue