From aad0938d729f0d3ba841d86a0c59ebcc5291bf1e Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sat, 21 Dec 2024 23:15:11 +0100 Subject: [PATCH] update --- README.md | 2 +- hosts/server/abacus/forgejo.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = {