feat: comfyui-test

This commit is contained in:
Nick 2025-07-29 16:04:57 -05:00
parent b24aa39b37
commit b0769fbc38

View file

@ -54,6 +54,11 @@ 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 -"
];