fix atuin

feature/clan.lol
Ingolf Wagner 2024-04-06 10:32:23 +02:00
parent cacc9da12b
commit 219f091d03
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 1 additions and 1 deletions

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;
};