feat: added opencloud to samba

This commit is contained in:
Nick 2025-10-01 20:23:04 -05:00
parent 1b2c1ea359
commit 45f836fe58
4 changed files with 10 additions and 4 deletions

View file

@ -30,6 +30,10 @@ in
path = instances.comfyui.paths.path0;
writable = "true";
};
${instances.opencloud.name} = {
path = instances.opencloud.paths.path0;
writable = "true";
};
};
};
};

View file

@ -31,6 +31,7 @@ in
"networkmanager"
"nextcloud"
"ollama"
"opencloud"
"plugdev"
"docker"
"postgres"

View file

@ -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 comfyui;
inherit (flake.config.services) instances;
synologySecrets = config.sops.secrets."network/synology".path;
ceresSecrets = config.sops.secrets."network/server".path;
in
@ -28,9 +28,10 @@ in
];
sambaFolders = [
audiobookshelf.name
jellyfin.name
comfyui.name
instances.audiobookshelf.name
instances.jellyfin.name
instances.comfyui.name
instances.opencloud.name
];
synologyMounts = synologyDrive: {

0
templates/website/frontend/static/styles.css Normal file → Executable file
View file