nixos/podman: remove assertion that docker and podman nvidia runtimes cannot both be enabled
This commit is contained in:
parent
50f70cb8ed
commit
3e57cbdd3c
|
@ -111,10 +111,6 @@ in
|
||||||
assertion = cfg.dockerCompat -> !config.virtualisation.docker.enable;
|
assertion = cfg.dockerCompat -> !config.virtualisation.docker.enable;
|
||||||
message = "Option dockerCompat conflicts with docker";
|
message = "Option dockerCompat conflicts with docker";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
assertion = cfg.enableNvidia -> !config.virtualisation.docker.enableNvidia;
|
|
||||||
message = "Option enableNvidia conflicts with docker.enableNvidia";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue