add back oc-scheduler container

This commit is contained in:
Yan Lin 2025-11-19 13:15:40 +01:00
parent 62cec2dc10
commit 5af106054e

View file

@ -9,5 +9,18 @@ in
{
# Container definitions for vps host
virtualisation.oci-containers.containers = {
# OC Backend Scheduler
oc-scheduler = {
image = "localhost/oc-scheduler:v1";
extraOptions = [
"--network=podman"
"--security-opt=no-new-privileges:true"
];
autoStart = true;
};
};
}