From ace055fcb1feed5bc31c4eeed0af1070d7097662 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 16:14:33 -0500 Subject: [PATCH] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 6 ------ 1 file changed, 6 deletions(-) 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} -"