From 7b9fcfdb1b3a56226550a1ac21f67f5739b77619 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Sat, 4 Oct 2025 09:19:50 +0200 Subject: [PATCH] chore: don't leave atuin registration open Signed-off-by: Lander Van den Bulcke --- hosts/hosting-01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hosting-01/default.nix b/hosts/hosting-01/default.nix index 1ddec9b..b1e0a7c 100644 --- a/hosts/hosting-01/default.nix +++ b/hosts/hosting-01/default.nix @@ -141,7 +141,7 @@ in services.atuin = { enable = true; - openRegistration = true; + openRegistration = false; database = { uri = "postgresql://atuin@db-01.tailnet.escapeangle.com:5432/atuin"; createLocally = false;