Package Atuin as NixNG image
This commit is contained in:
parent
ae0d45e71f
commit
613bc83b89
8 changed files with 113 additions and 36 deletions
12
nixng-configurations/atuin.nix
Normal file
12
nixng-configurations/atuin.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
dinit.enable = true;
|
||||
init.services.atuin.shutdownOnExit = true;
|
||||
|
||||
services.atuin = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
open_registration = false;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -22,6 +22,7 @@ flake-utils.lib.eachDefaultSystem (system: let
|
|||
blog = ./blog.nix;
|
||||
deluge = ./deluge.nix;
|
||||
mealie = ./mealie.nix;
|
||||
atuin = ./atuin.nix;
|
||||
};
|
||||
in {
|
||||
nixngConfigurations = builtins.mapAttrs (name: configFile:
|
||||
|
@ -44,7 +45,7 @@ in {
|
|||
self.nixngModules.sonarr
|
||||
self.nixngModules.prowlarr
|
||||
self.nixngModules.deluge
|
||||
self.nixngModules.mealie
|
||||
self.nixngModules.atuin
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(_final: _prev: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue