mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 12:54:38 -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)
|
inherit (flake.config.services.instances)
|
||||||
jellyfin
|
jellyfin
|
||||||
audiobookshelf
|
audiobookshelf
|
||||||
|
comfyui
|
||||||
;
|
;
|
||||||
|
|
||||||
synologySecrets = config.sops.secrets."network/synology".path;
|
synologySecrets = config.sops.secrets."network/synology".path;
|
||||||
|
@ -39,6 +40,7 @@ in
|
||||||
remoteFolders = [
|
remoteFolders = [
|
||||||
audiobookshelf.name
|
audiobookshelf.name
|
||||||
jellyfin.name
|
jellyfin.name
|
||||||
|
comfyui.name
|
||||||
];
|
];
|
||||||
|
|
||||||
synologyMounts = synologyDrive: {
|
synologyMounts = synologyDrive: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue