nixos/dae: remove assertion that causes IFD (#513761)

This commit is contained in:
Weijia Wang
2026-05-04 20:05:15 +00:00
committed by GitHub
@@ -163,14 +163,6 @@ in
};
assertions = [
{
assertion = lib.pathExists (toString (genAssetsDrv cfg.assets) + "/share/v2ray");
message = ''
Packages in `assets` has no preset paths included.
Please set `assetsPath` instead.
'';
}
{
assertion = !((config.services.dae.config != null) && (config.services.dae.configFile != null));
message = ''