update
This commit is contained in:
parent
71aa7b1dbc
commit
aad0938d72
|
@ -1,3 +1,3 @@
|
||||||
# ❄️ puter
|
# :snowflake: puter
|
||||||
|
|
||||||
This is my cobbled together NixOS configuration. There are many like it, but this one is mine. Copy at your own risk.
|
This is my cobbled together NixOS configuration. There are many like it, but this one is mine. Copy at your own risk.
|
||||||
|
|
|
@ -32,12 +32,12 @@ in {
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
ENABLE_NOTIFY_MAIL = true;
|
ENABLE_NOTIFY_MAIL = true;
|
||||||
REQUIRE_SIGNIN_VIEW = true; # TODO
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: Enable
|
||||||
federation = {
|
federation = {
|
||||||
ENABLED = false; # TODO
|
ENABLED = false;
|
||||||
SHARE_USER_STATISTICS = false; # TODO
|
SHARE_USER_STATISTICS = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
mailer = {
|
mailer = {
|
||||||
|
|
Loading…
Reference in a new issue