1 2 3 4 5 6 7 8
{ virtualisation.oci-containers.containers.momoka = { image = "fuwn/momoka"; autoStart = true; ports = [ "70:70" ]; extraOptions = [ "--restart=on-failure" ]; }; }