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
14
flake.lock
generated
14
flake.lock
generated
|
|
@ -1517,11 +1517,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1759359898,
|
"lastModified": 1759367989,
|
||||||
"narHash": "sha256-/RJrIc3GMnqzUTv5vxVgdrpzpj1cp2ubEHTWSFLUJIA=",
|
"narHash": "sha256-va7mbyf1FE+QUHJwo39yYEXK/yj2RkidWWI0JcanPMU=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "e5996a324a35e040241c9219e048a154175c2040",
|
"rev": "f5016fa5fdf6d313246c676c32dac97c060d2a8d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -2028,11 +2028,11 @@
|
||||||
"treefmt-nix": "treefmt-nix_3"
|
"treefmt-nix": "treefmt-nix_3"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1759363839,
|
"lastModified": 1759365126,
|
||||||
"narHash": "sha256-yMwA4dbHFdA2S9DKx3zCwQjhJGWvbQxYH9kaSeNVNhk=",
|
"narHash": "sha256-7TObobArq7jR74Ilvrik7lCXTHRkcMYeIRkNLQy78Aw=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "57bdcec41e11f60b10748b938182f7e9ced35ccd",
|
"rev": "c8f9983ac50e4251003d16152084268dffd10975",
|
||||||
"revCount": 242,
|
"revCount": 244,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@gitlab.com/uprootnutrition/website.git"
|
"url": "ssh://git@gitlab.com/uprootnutrition/website.git"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -4,19 +4,9 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (flake.config.people)
|
inherit (flake.config.people) user0;
|
||||||
user0
|
inherit (flake.config.machines.devices) deimos synology ceres;
|
||||||
;
|
inherit (flake.config.services) instances;
|
||||||
inherit (flake.config.machines.devices)
|
|
||||||
deimos
|
|
||||||
synology
|
|
||||||
ceres
|
|
||||||
;
|
|
||||||
inherit (flake.config.services.instances)
|
|
||||||
jellyfin
|
|
||||||
audiobookshelf
|
|
||||||
comfyui
|
|
||||||
;
|
|
||||||
|
|
||||||
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;
|
||||||
|
|
@ -38,9 +28,10 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
remoteFolders = [
|
remoteFolders = [
|
||||||
audiobookshelf.name
|
instances.audiobookshelf.name
|
||||||
jellyfin.name
|
instances.jellyfin.name
|
||||||
comfyui.name
|
instances.comfyui.name
|
||||||
|
instances.opencloud.name
|
||||||
];
|
];
|
||||||
|
|
||||||
synologyMounts = synologyDrive: {
|
synologyMounts = synologyDrive: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue