From cbb131af43f0fb76686395fe96da4a1a5a65311d Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 17:11:19 -0500 Subject: [PATCH] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index ccbdff3..229ad46 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -56,7 +56,7 @@ in }; fileSystems."/var/lib/${service.name}" = { - device = service.paths.path0; + device = "${service.paths.path0}/models"; fsType = "none"; options = [ "bind" @@ -67,7 +67,7 @@ in }; systemd.tmpfiles.rules = [ "Z ${service.paths.path0} 755 root root -" - "Z ${service.sops.path0} 755 caddy caddy -" + "Z ${service.sops.path0}/models 755 ${service.name} ${service.name} -" ]; users.users.${service.name}.extraGroups = [