Merge pull request #50 from keatonhasse/dev
remove jellyfin and plex enable asserts
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user