diff --git a/proxmox-lxc-ct.conf b/proxmox-lxc-ct.conf index 7928006..db1254b 100644 --- a/proxmox-lxc-ct.conf +++ b/proxmox-lxc-ct.conf @@ -18,4 +18,14 @@ lxc.idmap: g 39 44 1 lxc.idmap: g 40 100040 65 lxc.idmap: g 105 104 1 lxc.idmap: g 106 100106 65430 +lxc.idmap: u 0 100000 65536 + + +#For igpu only (groups video44 render 106 lxc / video44 render 104 proxmox) +#65536 max users / 65536 max groups uids / 0 to 65535 / 0 counts as one!## +lxc.idmap: g 0 100000 44 +lxc.idmap: g 44 44 1 +lxc.idmap: g 45 100040 61 +lxc.idmap: g 106 104 1 +lxc.idmap: g 106 100106 65430 lxc.idmap: u 0 100000 65536 \ No newline at end of file