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
|
||||
virtualisation.oci-containers = {
|
||||
backend = "podman";
|
||||
containers ={
|
||||
xen-orchestra = {
|
||||
image = "docker.io/ronivay/xen-orchestra:5.136.0";
|
||||
ports = [ "80:80" ];
|
||||
|
@ -113,6 +114,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# ZFS automated snapshots
|
||||
services.sanoid = {
|
||||
|
|
Reference in a new issue