pkgs: remove podgrab

Now that it has been merged upstream, no reason to keep it.
This commit is contained in:
Bruno BELANYI 2021-05-15 20:57:18 +02:00
parent d086af7e00
commit 129fcdd42c
3 changed files with 1 additions and 33 deletions

View file

@ -8,7 +8,7 @@ let
domain = config.networking.domain;
podgrabDomain = "podgrab.${domain}";
podgrabPkg = pkgs.ambroisie.podgrab;
podgrabPkg = pkgs.podgrab;
in
{
options.my.services.podgrab = with lib; {