Add nzbget
This commit is contained in:
parent
c70084a7b6
commit
b288654567
11 changed files with 203 additions and 576 deletions
|
@ -23,6 +23,7 @@ flake-utils.lib.eachDefaultSystem (system: let
|
|||
deluge = ./deluge.nix;
|
||||
mealie = ./mealie.nix;
|
||||
atuin = ./atuin.nix;
|
||||
nzbget = ./nzbget.nix;
|
||||
};
|
||||
in {
|
||||
nixngConfigurations = builtins.mapAttrs (name: configFile:
|
||||
|
@ -47,6 +48,7 @@ in {
|
|||
self.nixngModules.deluge
|
||||
self.nixngModules.mealie
|
||||
self.nixngModules.atuin
|
||||
self.nixngModules.nzbget
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(_final: _prev: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue