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
45f836fe58
commit
d3d6dd4d0b
2 changed files with 14 additions and 23 deletions
|
|
@ -4,19 +4,9 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
inherit (flake.config.people)
|
||||
user0
|
||||
;
|
||||
inherit (flake.config.machines.devices)
|
||||
deimos
|
||||
synology
|
||||
ceres
|
||||
;
|
||||
inherit (flake.config.services.instances)
|
||||
jellyfin
|
||||
audiobookshelf
|
||||
comfyui
|
||||
;
|
||||
inherit (flake.config.people) user0;
|
||||
inherit (flake.config.machines.devices) deimos synology ceres;
|
||||
inherit (flake.config.services) instances;
|
||||
|
||||
synologySecrets = config.sops.secrets."network/synology".path;
|
||||
ceresSecrets = config.sops.secrets."network/server".path;
|
||||
|
|
@ -38,9 +28,10 @@ in
|
|||
];
|
||||
|
||||
remoteFolders = [
|
||||
audiobookshelf.name
|
||||
jellyfin.name
|
||||
comfyui.name
|
||||
instances.audiobookshelf.name
|
||||
instances.jellyfin.name
|
||||
instances.comfyui.name
|
||||
instances.opencloud.name
|
||||
];
|
||||
|
||||
synologyMounts = synologyDrive: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue