🐛 fixed atuin port problem
This commit is contained in:
parent
2fa8bfa8ce
commit
3b04b43da6
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
services.atuin = {
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
port = 8889;
|
||||
maxHistoryLength = 999999;
|
||||
openRegistration = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue