From 8eae32581e0aea6b72b19356c953738e8ca9c639 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 5 May 2025 14:17:53 +0200 Subject: modules/atuin: Use the new sync server --- modules/by-name/at/atuin/module.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'modules/by-name/at/atuin/module.nix') diff --git a/modules/by-name/at/atuin/module.nix b/modules/by-name/at/atuin/module.nix index 1aec2e74..9e3f46a7 100644 --- a/modules/by-name/at/atuin/module.nix +++ b/modules/by-name/at/atuin/module.nix @@ -39,10 +39,12 @@ in { settings = { key_path = "${config.age.secrets.atuin_encryption_key.path}"; - # TODO: Setup a self-hosted sync server. <2024-10-18> - session_path = ""; - auto_sync = false; - sync_address = ""; + sync = { + # The v2 sync API + records = true; + }; + auto_sync = true; + sync_address = "https://atuin-sync.vhack.eu"; # Use the rather reasonable syntax of `skim` to search. search_mode = "skim"; -- cgit 1.4.1