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
8f36cf035d
commit
08e7a47c6a
1 changed files with 0 additions and 26 deletions
|
@ -18,43 +18,17 @@ in
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
global = {
|
||||
"workgroup" = "WORKGROUP";
|
||||
"server string" = "NixOS Samba Server";
|
||||
"netbios name" = "ceres";
|
||||
"security" = "user";
|
||||
"hosts allow" = "192.168.0. 127.0.0.1 localhost";
|
||||
"hosts deny" = "0.0.0.0/0";
|
||||
"guest account" = "nobody";
|
||||
"map to guest" = "bad user";
|
||||
"create mask" = "0664";
|
||||
"directory mask" = "0775";
|
||||
"force create mode" = "0664";
|
||||
"force directory mode" = "0775";
|
||||
};
|
||||
${instances.jellyfin.name} = {
|
||||
path = instances.jellyfin.paths.path0;
|
||||
writable = "true";
|
||||
"valid users" = "%wheel";
|
||||
"force group" = "users";
|
||||
"create mask" = "0664";
|
||||
"directory mask" = "0775";
|
||||
};
|
||||
${instances.audiobookshelf.name} = {
|
||||
path = instances.audiobookshelf.paths.path0;
|
||||
writable = "true";
|
||||
"valid users" = "%wheel";
|
||||
"force group" = "users";
|
||||
"create mask" = "0664";
|
||||
"directory mask" = "0775";
|
||||
};
|
||||
${instances.comfyui.name} = {
|
||||
path = instances.comfyui.paths.path0;
|
||||
writable = "true";
|
||||
"valid users" = "%wheel";
|
||||
"force group" = "users";
|
||||
"create mask" = "0664";
|
||||
"directory mask" = "0775";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue