mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 04:44:39 -05:00
feat: added comfy ui
This commit is contained in:
parent
9b4757233d
commit
957069137b
4 changed files with 2 additions and 0 deletions
0
modules/config/instances/config/comfyui.nix
Normal file → Executable file
0
modules/config/instances/config/comfyui.nix
Normal file → Executable file
0
modules/nixos/services/comfyui/default.nix
Normal file → Executable file
0
modules/nixos/services/comfyui/default.nix
Normal file → Executable file
0
systems/ceres/config/comfyui.nix
Normal file → Executable file
0
systems/ceres/config/comfyui.nix
Normal file → Executable file
|
@ -15,6 +15,7 @@ let
|
|||
inherit (flake.config.services.instances)
|
||||
jellyfin
|
||||
audiobookshelf
|
||||
comfyui
|
||||
;
|
||||
|
||||
synologySecrets = config.sops.secrets."network/synology".path;
|
||||
|
@ -39,6 +40,7 @@ in
|
|||
remoteFolders = [
|
||||
audiobookshelf.name
|
||||
jellyfin.name
|
||||
comfyui.name
|
||||
];
|
||||
|
||||
synologyMounts = synologyDrive: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue