This commit is contained in:
Lukas Wurzinger 2024-12-21 23:15:11 +01:00
parent 71aa7b1dbc
commit aad0938d72
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -32,12 +32,12 @@ in {
service = {
DISABLE_REGISTRATION = true;
ENABLE_NOTIFY_MAIL = true;
REQUIRE_SIGNIN_VIEW = true; # TODO
};
# TODO: Enable
federation = {
ENABLED = false; # TODO
SHARE_USER_STATISTICS = false; # TODO
ENABLED = false;
SHARE_USER_STATISTICS = false;
};
mailer = {