diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 503dbde..b630f47 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -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 -" ];