From b0769fbc388a6cbf891039dda67749b1af177e08 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 16:04:57 -0500 Subject: [PATCH] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 -" ];