remove jellyfin and plex enable asserts

This commit is contained in:
Keaton Hasse
2025-04-12 07:53:07 -05:00
parent 80e0d38e94
commit aa6990b060
2 changed files with 0 additions and 14 deletions
-7
View File
@@ -106,13 +106,6 @@ in {
config = mkIf (nixarr.enable && cfg.enable) {
assertions = [
{
assertion = cfg.enable -> !nixarr.plex.enable;
message = ''
The nixarr.jellyfin.vpn.enable option requires the nixarr.plex.enable
option to NOT be set, but it was.
'';
}
{
assertion = cfg.vpn.enable -> nixarr.vpn.enable;
message = ''
-7
View File
@@ -106,13 +106,6 @@ in {
config = mkIf (nixarr.enable && cfg.enable) {
assertions = [
{
assertion = cfg.enable -> !nixarr.jellyfin.enable;
message = ''
The nixarr.plex.vpn.enable option requires the nixarr.jellyfin.enable
option to NOT be set, but it was.
'';
}
{
assertion = cfg.vpn.enable -> nixarr.vpn.enable;
message = ''