mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added opencloud to samba
This commit is contained in:
parent
1b2c1ea359
commit
45f836fe58
4 changed files with 10 additions and 4 deletions
|
|
@ -30,6 +30,10 @@ in
|
||||||
path = instances.comfyui.paths.path0;
|
path = instances.comfyui.paths.path0;
|
||||||
writable = "true";
|
writable = "true";
|
||||||
};
|
};
|
||||||
|
${instances.opencloud.name} = {
|
||||||
|
path = instances.opencloud.paths.path0;
|
||||||
|
writable = "true";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ in
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"nextcloud"
|
"nextcloud"
|
||||||
"ollama"
|
"ollama"
|
||||||
|
"opencloud"
|
||||||
"plugdev"
|
"plugdev"
|
||||||
"docker"
|
"docker"
|
||||||
"postgres"
|
"postgres"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
let
|
let
|
||||||
inherit (flake.config.people) user0 user1;
|
inherit (flake.config.people) user0 user1;
|
||||||
inherit (flake.config.machines.devices) mars ceres synology;
|
inherit (flake.config.machines.devices) mars ceres synology;
|
||||||
inherit (flake.config.services.instances) jellyfin audiobookshelf comfyui;
|
inherit (flake.config.services) instances;
|
||||||
synologySecrets = config.sops.secrets."network/synology".path;
|
synologySecrets = config.sops.secrets."network/synology".path;
|
||||||
ceresSecrets = config.sops.secrets."network/server".path;
|
ceresSecrets = config.sops.secrets."network/server".path;
|
||||||
in
|
in
|
||||||
|
|
@ -28,9 +28,10 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
sambaFolders = [
|
sambaFolders = [
|
||||||
audiobookshelf.name
|
instances.audiobookshelf.name
|
||||||
jellyfin.name
|
instances.jellyfin.name
|
||||||
comfyui.name
|
instances.comfyui.name
|
||||||
|
instances.opencloud.name
|
||||||
];
|
];
|
||||||
|
|
||||||
synologyMounts = synologyDrive: {
|
synologyMounts = synologyDrive: {
|
||||||
|
|
|
||||||
0
templates/website/frontend/static/styles.css
Normal file → Executable file
0
templates/website/frontend/static/styles.css
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue