update with atuin
This commit is contained in:
parent
c9c8ae9a41
commit
b8cc237bcc
2 changed files with 3 additions and 11 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
services.atuin = {
|
|
||||||
enable = true;
|
|
||||||
port = 8888;
|
|
||||||
database.createLocally = true;
|
|
||||||
openRegistration = true;
|
|
||||||
};
|
|
||||||
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 8888 ];
|
|
||||||
}
|
|
Loading…
Reference in a new issue