From c3348045856c24bea8c211eadabe2ff95d6dbc73 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Tue, 9 Jan 2024 19:42:33 -0800 Subject: [PATCH] turned off atuin registry --- hosts/Alaska/modules/atuin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Alaska/modules/atuin.nix b/hosts/Alaska/modules/atuin.nix index 483e7db..ec454ec 100644 --- a/hosts/Alaska/modules/atuin.nix +++ b/hosts/Alaska/modules/atuin.nix @@ -8,7 +8,7 @@ in openFirewall = true; port = 8910; host = "127.0.0.1"; - openRegistration = true; + openRegistration = false; database = { createLocally = true; };