mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
feat: added comfy ui
This commit is contained in:
parent
350bf2a00d
commit
480ff8d120
2 changed files with 16 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
let
|
||||
inherit (flake.config.people) user0 user1;
|
||||
inherit (flake.config.machines.devices) mars ceres synology;
|
||||
inherit (flake.config.services.instances) jellyfin audiobookshelf;
|
||||
inherit (flake.config.services.instances) jellyfin audiobookshelf comfyui;
|
||||
synologySecrets = config.sops.secrets."network/synology".path;
|
||||
ceresSecrets = config.sops.secrets."network/server".path;
|
||||
in
|
||||
|
@ -30,6 +30,7 @@ in
|
|||
sambaFolders = [
|
||||
audiobookshelf.name
|
||||
jellyfin.name
|
||||
comfyui.name
|
||||
];
|
||||
|
||||
synologyMounts = synologyDrive: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue