Package Atuin as NixNG image

This commit is contained in:
Pim Kunis 2025-02-19 17:43:29 +01:00
parent ae0d45e71f
commit 613bc83b89
8 changed files with 113 additions and 36 deletions

View file

@ -0,0 +1,12 @@
{
dinit.enable = true;
init.services.atuin.shutdownOnExit = true;
services.atuin = {
enable = true;
settings = {
open_registration = false;
};
};
}