metube update
All checks were successful
Weekly NixOS Build & Cache / build-and-cache (push) Successful in 57m27s

This commit is contained in:
Danilo Reyes
2026-01-06 07:51:00 -06:00
parent 2a793a3dec
commit 9cf2b7df40

View File

@@ -10,7 +10,7 @@ in
{
options.my.servers.metube = setup.mkOptions "metube" "bajameesta" 8881;
config.virtualisation.oci-containers.containers.metube = lib.mkIf cfg.enable {
image = "ghcr.io/alexta69/metube:latest";
image = "ghcr.io/alexta69/metube:2026.01.02";
ports = [ "${toString cfg.port}:8081" ];
volumes = [
"${config.my.containerData}/metube:/downloads"