bug tv
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
{
|
||||
{ inputs, ... }: {
|
||||
den.aspects.bugtv = {
|
||||
nixos = {
|
||||
|
||||
nixos = { pkgs, config, ... }: {
|
||||
imports = [ inputs.bug-tv.nixosModules.default ];
|
||||
|
||||
den.tunnels = [ "api.tv" ];
|
||||
|
||||
services."bug-tv" = {
|
||||
enable = true;
|
||||
|
||||
package = inputs.bug-tv.packages.${pkgs.system}.default;
|
||||
port = 8789;
|
||||
tmdbApiKey = "ac014b130a8e6344c91dff4e68b18d47";
|
||||
providers = [ "cineby" ];
|
||||
timeoutMs = 30000;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user