kubernetes-deployments/nixng-configurations/atuin.nix

13 lines
176 B
Nix
Raw Permalink Normal View History

2025-02-19 17:43:29 +01:00
{
dinit.enable = true;
init.services.atuin.shutdownOnExit = true;
services.atuin = {
enable = true;
settings = {
open_registration = false;
};
};
}