temp collabora fix

This commit is contained in:
mjallen18
2024-07-22 10:21:03 -05:00
parent b2ffed3095
commit 6104df2c69
2 changed files with 3 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ in
virtualisation.oci-containers.containers."${cfg.name}" = {
autoStart = cfg.autoStart;
image = cfg.image;
extraOptions = [ "--cap-add=MKNOD" "--privileged" ];
ports = [ "${cfg.port}:9980" ];
volumes = [
# ...