diff --git a/proxmox-lxc-ct.conf b/proxmox-lxc-ct.conf index 6739a8b..7928006 100644 --- a/proxmox-lxc-ct.conf +++ b/proxmox-lxc-ct.conf @@ -12,9 +12,10 @@ lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,creat #For igpu only (groups video39 render 105 lxc / video44 render 104 proxmox) -#65535 max users / 65535 max groups uids +#65536 max users / 65536 max groups uids / 0 to 65535 / 0 counts as one!## lxc.idmap: g 0 100000 39 lxc.idmap: g 39 44 1 lxc.idmap: g 40 100040 65 lxc.idmap: g 105 104 1 -lxc.idmap: g 106 100106 65430 \ No newline at end of file +lxc.idmap: g 106 100106 65430 +lxc.idmap: u 0 100000 65536 \ No newline at end of file