From 6963e6e3667013c8ca5f44c9f29bd51332dcb8b7 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Thu, 16 May 2024 19:26:46 +0200 Subject: [PATCH] disable explore and api access if user is not signed in --- hosts/x86_64-linux/beleth/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/x86_64-linux/beleth/git.nix b/hosts/x86_64-linux/beleth/git.nix index 5f0f5fe..e0d4fe2 100644 --- a/hosts/x86_64-linux/beleth/git.nix +++ b/hosts/x86_64-linux/beleth/git.nix @@ -9,6 +9,7 @@ settings = { service = { DISABLE_REGISTRATION = true; + REQUIRE_SIGNIN_VIEW = true; }; }; };