From 4022f9b43ccea4a3a1d31ff8c4751282107008d6 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 22 Jun 2023 11:12:58 +0800 Subject: [PATCH] hosts/plover: open custom Atuin sync server --- hosts/plover/modules/services/atuin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/plover/modules/services/atuin.nix b/hosts/plover/modules/services/atuin.nix index 417f1f43..f4ee8805 100644 --- a/hosts/plover/modules/services/atuin.nix +++ b/hosts/plover/modules/services/atuin.nix @@ -13,7 +13,7 @@ in # Atuin sync server because why not. services.atuin = { enable = true; - openRegistration = false; + openRegistration = true; inherit host; port = 8965;