diff --git a/README.md b/README.md index cdd4fc7..92860db 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/hosts/server/abacus/forgejo.nix b/hosts/server/abacus/forgejo.nix index 0cdf76c..f6fdcc4 100644 --- a/hosts/server/abacus/forgejo.nix +++ b/hosts/server/abacus/forgejo.nix @@ -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 = {