[NixOS] Remove redundant disableRegistration setting for gitea
This commit is contained in:
@@ -8,7 +8,6 @@ makeEnable config "myModules.gitea" false {
|
|||||||
enable = true;
|
enable = true;
|
||||||
interval = "23:05";
|
interval = "23:05";
|
||||||
};
|
};
|
||||||
disableRegistration = true;
|
|
||||||
settings.service = {
|
settings.service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user