mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
mauville: disable forgejo registration
This commit is contained in:
parent
5d1ae39147
commit
7ab7dd6f2c
|
@ -61,6 +61,8 @@ in {
|
||||||
networking.hostName = "mauville";
|
networking.hostName = "mauville";
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
forgejo.settings.service.DISABLE_REGISTRATION = lib.mkForce true;
|
||||||
|
|
||||||
samba = {
|
samba = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
Loading…
Reference in a new issue