Disable registration and archive unused services
This commit is contained in:
parent
36e33dd5cb
commit
f34246f8fd
|
@ -24,7 +24,6 @@
|
|||
./server/ddclient.nix
|
||||
./server/icecast.nix
|
||||
./server/firewall.nix
|
||||
./server/gitea.nix
|
||||
./server/forgejo.nix
|
||||
./server/mailserver.nix
|
||||
./server/mariadb.nix
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
service = {
|
||||
REGISTER_EMAIL_CONFIRM = true;
|
||||
#DISABLE_REGISTRATION = true;
|
||||
DISABLE_REGISTRATION = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue