Merge pull request #50 from keatonhasse/dev

remove jellyfin and plex enable asserts
This commit is contained in:
Rasmus Kirk
2025-04-14 08:32:28 +00:00
committed by GitHub
2 changed files with 0 additions and 14 deletions
-7
View File
@@ -106,13 +106,6 @@ in {
config = mkIf (nixarr.enable && cfg.enable) { config = mkIf (nixarr.enable && cfg.enable) {
assertions = [ 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; assertion = cfg.vpn.enable -> nixarr.vpn.enable;
message = '' message = ''
-7
View File
@@ -106,13 +106,6 @@ in {
config = mkIf (nixarr.enable && cfg.enable) { config = mkIf (nixarr.enable && cfg.enable) {
assertions = [ 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; assertion = cfg.vpn.enable -> nixarr.vpn.enable;
message = '' message = ''