feat: comfyui-test

This commit is contained in:
Nick 2025-07-29 16:14:33 -05:00
parent bc568a3b05
commit ace055fcb1

View file

@ -53,12 +53,6 @@ in
};
};
};
postInstall = ''
rm -rf $out/custom_nodes
ln -s /var/lib/comfyui/custom_nodes $out/custom_nodes
'';
systemd.tmpfiles.rules = [
"Z ${service.sops.path0} 755 caddy caddy -"
"d ${service.service.paths.path0}/custom_nodes 0755 ${service.name} ${service.name} -"