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;