capitalization

This commit is contained in:
2025-04-18 22:21:07 -06:00
parent 690893bff0
commit cd489f0f98
3 changed files with 3 additions and 3 deletions

View File

@@ -253,7 +253,7 @@ in
autoStart = true;
image = "radialapps/go-vod";
environment = {
TZ = config.my.timezone;
TZ = config.my.timeZone;
NEXTCLOUD_HOST = "https://${config.services.nextcloud.hostName}";
NVIDIA_VISIBLE_DEVICES = "all";
};