test: forgejo microVM

This commit is contained in:
Nick 2025-11-09 02:42:22 -06:00
parent aedf6e4be4
commit 6d83b2b2f5
11 changed files with 270 additions and 294 deletions

View file

@ -18,20 +18,8 @@ in
enable = true;
openFirewall = true;
settings = {
${instances.jellyfin.name} = {
path = instances.jellyfin.paths.path0;
writable = "true";
};
${instances.audiobookshelf.name} = {
path = instances.audiobookshelf.paths.path0;
writable = "true";
};
${instances.comfyui.name} = {
path = instances.comfyui.paths.path0;
writable = "true";
};
${instances.opencloud.name} = {
path = instances.opencloud.paths.path0;
"storage" = {
path = "/mnt/storage";
writable = "true";
};
};