Add vintagestory
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m41s
Periodic flake update / flake-update (push) Successful in 1m16s

This commit is contained in:
2024-12-27 23:50:31 +01:00
parent d96120996b
commit b845ef36d7
3 changed files with 108 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
acceleration = "cuda";
};
services.open-webui = {
enable = true;
enable = lib.warn "open-webui disabled due to build failure" false;
environment = {
DO_NOT_TRACK = "True";
SCARF_NO_ANALYTICS = "True";