Added flaresolverr service and some other

This commit is contained in:
Julien Malka 2022-02-05 18:24:26 +01:00
parent 5545b88992
commit 53554b019b
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
11 changed files with 333 additions and 1 deletions

View file

@ -33,11 +33,13 @@ in
services.jackett = {
enable = true;
user = cfg.user;
package = pkgs.unstable.jackett;
group = cfg.group;
};
}
(mkIf cfg.nginx.enable (mkSubdomain cfg.nginx.subdomain port) )]);
(mkIf cfg.nginx.enable (mkSubdomain cfg.nginx.subdomain port))]);