oci-containers has a containers attribute

This commit is contained in:
niten 2024-05-28 11:11:59 -07:00
parent da49d47bca
commit 6a36a4521f
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ in {
}; };
}; };
virtualisation.oci-containers.paris-ldap-proxy = { virtualisation.oci-containers.containers.paris-ldap-proxy = {
image = cfg.ldap.image; image = cfg.ldap.image;
autoStart = true; autoStart = true;
ports = [ "${toString cfg.ldap.port}:389" ]; ports = [ "${toString cfg.ldap.port}:389" ];