mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: added comfy ui
This commit is contained in:
parent
47dd4e52e5
commit
9b4757233d
1 changed files with 11 additions and 9 deletions
|
@ -4,12 +4,10 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
inherit (flake.config.services.instances)
|
||||
samba
|
||||
jellyfin
|
||||
audiobookshelf
|
||||
inherit (flake.config.services)
|
||||
instances
|
||||
;
|
||||
service = samba;
|
||||
service = instances.samba;
|
||||
in
|
||||
{
|
||||
# If you ever need to start fresh, you need to add yourself to the Samba users database:
|
||||
|
@ -20,12 +18,16 @@ in
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
${jellyfin.name} = {
|
||||
path = jellyfin.paths.path0;
|
||||
${instances.jellyfin.name} = {
|
||||
path = instances.jellyfin.paths.path0;
|
||||
writable = "true";
|
||||
};
|
||||
${audiobookshelf.name} = {
|
||||
path = audiobookshelf.paths.path0;
|
||||
${instances.audiobookshelf.name} = {
|
||||
path = instances.audiobookshelf.paths.path0;
|
||||
writable = "true";
|
||||
};
|
||||
${instances.comfyui.name} = {
|
||||
path = instances.comfyui.paths.path0;
|
||||
writable = "true";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue