12 lines
176 B
Nix
12 lines
176 B
Nix
{
|
|
dinit.enable = true;
|
|
init.services.atuin.shutdownOnExit = true;
|
|
|
|
services.atuin = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
open_registration = false;
|
|
};
|
|
};
|
|
}
|