Can't create lxc container with 1000 uid and gid

I’m trying to create lxc container with access to my home directory . But lxc-create fails with lxc.idmap = u 1000 1000 1 and lxc.idmap = g 1000 1000 1 . Container creates fine without it but cannot read/write to home directory. I have set /etc/subguid and /etc/subuid too .

default.conf: dpaste/FfO2 (Plain Text)

subgid :
wizmon:100000:65536
root:100000:65536
root:1000:1

subuid :
wizmon:100000:65536
root:100000:65536
root:1000:1

Distro: void linux 5.13.19
log= dpaste/kYMt (Plain Text)
command used : lxc-create -n p1 -t download – --no-validate -d voidlinux -r current -a amd64

btw , im trying to run x applications (like chromium ,zoom etc) in container , so if im missing anything , it would be nice