🐛 fixed atuin port problem

This commit is contained in:
Ingolf Wagner 2025-05-03 22:29:34 +02:00
parent 2fa8bfa8ce
commit 3b04b43da6
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@
settings = {
auto_sync = true;
sync_frequency = "5m";
sync_address = "http://chungus.private:8888";
sync_address = "http://chungus.private:8889";
search_mode = "fuzzy";
style = "full";
inline_height = 20;

View file

@ -21,6 +21,7 @@
services.atuin = {
enable = true;
host = "0.0.0.0";
port = 8889;
maxHistoryLength = 999999;
openRegistration = false;
};