Re: Port forwarding for Guix containers

2020-12-03 Thread Zhu Zihao
s > static-networking-service for assigning addresses in task #4 (but I think > it will only know about the veth interface outside the namespace, not the > one inside). For the rest, I think you'd need to define some new service to > set up the namespace and virtual interfaces, an

Re: Inject custom search specification into profile

2020-11-26 Thread Zhu Zihao
Here's what currently I do (use-modules (guix packages) (guix build-system trivial) (guix search-paths) (guix profile)) (define (search-paths-placeholder specs) (package (name "search-paths-placeholder") (version "0.0") (source #f) (build-

Inject custom search specification into profile

2020-11-26 Thread Zhu Zihao
Hi, Guix users! Recently, I read Guix cookbook and wanna separate some of my packages into a dedicated profile. For example, I wanna put match-theme under ~/.guix-profiles.d/theme/theme. and source ~/.guix-profiles.d/theme/theme/etc/profile in ~/.profile. But my XFCE still unable to find matcha

Re: Port forwarding for Guix containers

2020-11-23 Thread Zhu Zihao
I try to search a lightweight network sharing solution for containers without Docker. But when my search query contains keyword "container", almost all results referring to Docker... :( -- Retrieve my PGP public key: https://meta.sr.ht/~citreu.pgp Zihao signature.asc Description: PGP signatur

Re: Port forwarding for Guix containers

2020-11-23 Thread Zhu Zihao
That's what I want to say, thank you! I want to combine different software in containers in docker-compose like way. It's more similar with a system container then a `guix environment` container. I'm not a Docker hater, but docker will corrupt your iptables entry and make the system impure. If y

Port forwarding for Guix containers

2020-11-19 Thread Zhu Zihao
Hi, Guix users! I found guix container "created by `guix environment --container` or `guix system container`" is very useful to isolate some service. But it only supports fully isolated network namespace or just share with host, it's not so safe IMO. In Docker, there's port forwarding, allow

What's the license of Guix's blog?

2020-06-11 Thread Zhu Zihao
I want to translate some of Guix's blog into another language, but I don't know what license the articles in Guix'blog using, are they using GNU FDL? Guix's blog: https://guix.gnu.org/blog/ -- Zihao