fix atuin

This commit is contained in:
Ingolf Wagner 2024-04-06 10:32:23 +02:00
parent cacc9da12b
commit 219f091d03
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -1,7 +1,7 @@
{ config, ... }: {
services.atuin = {
enable = true;
host = "${config.networking.hostName}.private";
host = "0.0.0.0";
maxHistoryLength = 999999;
openRegistration = false;
};