I started guix with:
qemu-system-x86_64 \
-nic user,model=virtio-net-pci \
-enable-kvm -m 2048 \
-device virtio-blk,drive=myhd \
-drive if=none,file=guix-system-vm-image-1.4.0.x86_64-linux.qcow2,id=myhd
How do i find my config.
I checked this path ( scm file is in the target path ( ~/. config/guix/channels.), but i could not find any config.
Also i checked at /etc/config according to this post: https://guix.gnu.org/manual/en/html_node/After-System-Installation.html#After-System-Installation but i could not find anything.