diff --git a/nixos/gandalf/configuration.nix b/nixos/gandalf/configuration.nix index cf28c0d..34a4193 100644 --- a/nixos/gandalf/configuration.nix +++ b/nixos/gandalf/configuration.nix @@ -104,12 +104,14 @@ # TODO: Add xen-orchestra virtualisation.oci-containers = { backend = "podman"; - xen-orchestra = { - image = "docker.io/ronivay/xen-orchestra:5.136.0"; - ports = [ "80:80" ]; - volumes = [ "xen-backups:/backups" ]; - environment = { - HTTP_PORT = "80"; + containers ={ + xen-orchestra = { + image = "docker.io/ronivay/xen-orchestra:5.136.0"; + ports = [ "80:80" ]; + volumes = [ "xen-backups:/backups" ]; + environment = { + HTTP_PORT = "80"; + }; }; }; };