update
This commit is contained in:
6
hosts/server/modules/jackflix/bazarr.nix
Normal file
6
hosts/server/modules/jackflix/bazarr.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
services.bazarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
1
hosts/server/modules/jackflix/default.nix
Normal file
1
hosts/server/modules/jackflix/default.nix
Normal file
@@ -0,0 +1 @@
|
||||
{ imports = [ ./jellyfin.nix ./jellyseerr.nix ]; }
|
||||
6
hosts/server/modules/jackflix/jellyseerr.nix
Normal file
6
hosts/server/modules/jackflix/jellyseerr.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
services.jellyseer = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
6
hosts/server/modules/jackflix/prowlarr.nix
Normal file
6
hosts/server/modules/jackflix/prowlarr.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
services.prowlarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
6
hosts/server/modules/jackflix/radarr.nix
Normal file
6
hosts/server/modules/jackflix/radarr.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
services.radarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
6
hosts/server/modules/jackflix/sonarr.nix
Normal file
6
hosts/server/modules/jackflix/sonarr.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
services.sonarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user