mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19: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";
|
||||
|
||||
services = {
|
||||
forgejo.settings.service.DISABLE_REGISTRATION = lib.mkForce true;
|
||||
|
||||
samba = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Reference in a new issue