import flaresolverr module
This commit is contained in:
parent
3d797c3c6f
commit
fae42bcdb2
3 changed files with 20 additions and 3 deletions
|
@ -2,10 +2,11 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
"${inputs.nixpkgs-unstable}/nixos/modules/services/misc/flaresolverr.nix"
|
||||
../common-cli.nix
|
||||
./hardware-configuration.nix
|
||||
./users.nix
|
||||
|
|
|
@ -26,7 +26,14 @@
|
|||
enable = true;
|
||||
package = pkgs-unstable.sonarr;
|
||||
};
|
||||
prowlarr.enable = true;
|
||||
flaresolverr = {
|
||||
enable = false;
|
||||
package = pkgs-unstable.flaresolverr;
|
||||
};
|
||||
prowlarr = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.prowlarr;
|
||||
};
|
||||
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue