From c2845c31497a93af8fb7f681cdf8fd3db063df82 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 23 Apr 2025 16:37:18 -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 4ee766a9..2eb52dfe 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 = "https://atuin.joshua.xyz"; + sync_address = "https://atuin.joshuabell.xyz"; sync = { records = true; }; }; };