Nesting.
This commit is contained in:
parent
ae8cbe96b4
commit
cbd840335e
1 changed files with 8 additions and 6 deletions
|
@ -104,6 +104,7 @@
|
||||||
# TODO: Add xen-orchestra
|
# TODO: Add xen-orchestra
|
||||||
virtualisation.oci-containers = {
|
virtualisation.oci-containers = {
|
||||||
backend = "podman";
|
backend = "podman";
|
||||||
|
containers ={
|
||||||
xen-orchestra = {
|
xen-orchestra = {
|
||||||
image = "docker.io/ronivay/xen-orchestra:5.136.0";
|
image = "docker.io/ronivay/xen-orchestra:5.136.0";
|
||||||
ports = [ "80:80" ];
|
ports = [ "80:80" ];
|
||||||
|
@ -113,6 +114,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# ZFS automated snapshots
|
# ZFS automated snapshots
|
||||||
services.sanoid = {
|
services.sanoid = {
|
||||||
|
|
Reference in a new issue