diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index ba5fa74..e1d03ce 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -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} -"