update with atuin

This commit is contained in:
albert 2024-04-28 14:06:03 +09:00
parent c9c8ae9a41
commit b8cc237bcc
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 3 additions and 11 deletions

View file

@ -7,9 +7,10 @@
enableZshIntegration = true; enableZshIntegration = true;
settings = { settings = {
auto_sync = true; auto_sync = true;
sync_frequency = "5m"; sync_frequency = "0";
sync_address = "framework-server:8888"; sync_address = "https://atuin.sysctl.io";
search_mode = "prefix"; search_mode = "prefix";
secrets_filter = true;
}; };
}; };
} }

View file

@ -1,9 +0,0 @@
{ ... }: {
services.atuin = {
enable = true;
port = 8888;
database.createLocally = true;
openRegistration = true;
};
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 8888 ];
}