Hi Eelco, > + config = mkIf (config.boot.vesa && > config.services.ttyBackgrounds.enable && splashutils != null) ( > + mkAssert (splashutils != null) '' Doesn't the mkIf guarantee that the mkAssert will never fail? ~Shea