discord upgrades

This commit is contained in:
Danilo Reyes
2026-02-07 13:26:02 -06:00
parent 293f0a3096
commit 9c73be46ac
11 changed files with 13 additions and 35 deletions

View File

@@ -188,7 +188,7 @@ in
virtualisation.oci-containers.containers = {
go-vod = lib.mkIf config.my.servers.go-vod.enable {
autoStart = true;
image = "radialapps/go-vod";
image = "radialapps/go-vod:latest";
environment = {
TZ = config.my.timeZone;
NEXTCLOUD_HOST = "https://${config.services.nextcloud.hostName}";