fix atuin
This commit is contained in:
parent
cacc9da12b
commit
219f091d03
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }: {
|
||||
services.atuin = {
|
||||
enable = true;
|
||||
host = "${config.networking.hostName}.private";
|
||||
host = "0.0.0.0";
|
||||
maxHistoryLength = 999999;
|
||||
openRegistration = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue