From 963d2eb31059edced5dcd72b48a5f513a04bc01a Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 23 Apr 2025 16:34:15 -0500 Subject: [PATCH] update atuin server --- common/_home_manager/mods/atuin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/_home_manager/mods/atuin.nix b/common/_home_manager/mods/atuin.nix index 6270354e..4ee766a9 100644 --- a/common/_home_manager/mods/atuin.nix +++ b/common/_home_manager/mods/atuin.nix @@ -8,7 +8,7 @@ workspaces = true; exit-mode = "return-query"; enter_accept = true; - sync_address = "http://10.12.14.2:8888"; + sync_address = "https://atuin.joshua.xyz"; sync = { records = true; }; }; };