From f30a7128514eedbc80abeb1695e08cf3023bd831 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 6270354..4ee766a 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; }; }; };