Remove nzbget
This commit is contained in:
parent
6b2be908ff
commit
2cff59c5e3
8 changed files with 0 additions and 173 deletions
|
@ -24,7 +24,6 @@ flake-utils.lib.eachDefaultSystem (system: let
|
|||
deluge = ./deluge.nix;
|
||||
mealie = ./mealie.nix;
|
||||
atuin = ./atuin.nix;
|
||||
nzbget = ./nzbget.nix;
|
||||
};
|
||||
in {
|
||||
nixngConfigurations = builtins.mapAttrs (name: configFile:
|
||||
|
@ -49,7 +48,6 @@ 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