From c12af7286cdba3357d4496af459c1deaa07ad1ce Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 23:26:58 -0400 Subject: [PATCH] git: disable reg --- nixos/hosts/git/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/git/default.nix b/nixos/hosts/git/default.nix index 05c5fc7..ea7b561 100644 --- a/nixos/hosts/git/default.nix +++ b/nixos/hosts/git/default.nix @@ -22,6 +22,7 @@ }; service = { SSH_DOMAIN = "git.hoki-porgy.ts.net"; + DISABLE_REGISTRATION = true; }; }; };