pkgs: remove podgrab
Now that it has been merged upstream, no reason to keep it.
This commit is contained in:
parent
d086af7e00
commit
129fcdd42c
3 changed files with 1 additions and 33 deletions
|
|
@ -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; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue