Re: Help installing on Cubox-i/Arm Boards

2022-05-04 Thread Julien Lepiller
Hi Ryan! Installing on armhf/aarch64 SBCs is not easy. I'm not sure the graphical installer is available for these platforms. The tarball you found is for installing Guix, the package manager, on top of another distro. It's not the distro itself. This blog post might help figuring out what you

Help installing on Cubox-i/Arm Boards

2022-05-04 Thread ryan
Hi all First of all I am completely new to quix (I use parabola Gnu/linux- libre), so my apologies if I ask some questions that might seem very obvious. I would like to build a disk image for a Cubox-i variant that I have, it currently has nothing on it. If setup guix on my x86_64 device/laptop u

Re: set environment variables with guix shell [-m manifest.scm]

2022-05-04 Thread Kenny Ballou
> ``` > (let ((z3-dir (run-with-store (open-connection) > (package-file z3-with-java > (setenv "LD_LIBRARY_PATH" (string-append z3-dir "/lib")) > (setenv "Z3_DIR" z3-dir)) > ... > ``` Because I cannot sit well enough alone. I have learned some more things: it appears th

auto-mount NFS file-systems

2022-05-04 Thread Kenny Ballou
Dear list, I am attempting to auto mount some NFS shares on a Guix system, but cannot seem to get it to boot past the NFS mounts. On another system, I'm able to have the NFS shares auto mount due to a dependency on the encrypted root file system (mapped-devices). However, the system where this

set environment variables with guix shell [-m manifest.scm]

2022-05-04 Thread Kenny Ballou
Dear list, I have been using nix-shell for a while now to have on-demand/ad-hoc development environments for different projects. These are hooked in with direnv and the whole experience is quite nice. However, I would like to translate these to Guix because I find the tooling around Guix and S

Re: A package search engine for a curated list of channels

2022-05-04 Thread Mekeor Melire
2022-04-27 / 20:37 / rek...@elephly.net: > See https://github.com/UMCUGenetics/hpcguix-web. It handles the > constant updates to all Guix channels and the search. You’re welcome > to contribute to it, e.g. to add an API, suggest changes in how > results are displayed, etc. > > An example deploymen

Show: Minimal Working Example of hpcguix-web

2022-05-04 Thread Mekeor Melire
By the way, I got it working. Here's a minimal working example of hpcguix-web (meant to be run in a Docker container): --8<---cut here---start->8--- (use-modules (guix channels) ;; channel (for hpcguix-web) (gnu packages certs) ;; nss-certs

10 Years of Guix t-shirts, hoodies, and mugs

2022-05-04 Thread Luis Felipe
Hello Guix, Here are some new collections of t-shirts, hoodies, and other items featuring the 10 Years of Guix. (available in many colors). 1. Dark 10: https://um4no.creator-spring.com/listing/10-years-of-guix-ng 2. Light 10: https://um4no.creator-spring.com/listing/10-years-of-guix-bl 3. Blue 1

Re: Screen sharing ungoogled-chromium

2022-05-04 Thread Gary Johnson
phodina via writes: > Jitsi works in chromium and I'm able to share screen. > > But I'm trying to switch to Guix as my work laptop but in order to do that > the Teams screen share would have to work. > > Anyway it's proprietary garbage so if there isn't anybody who got it working > let's just c

Re: Cups Web Interface is Disabled

2022-05-04 Thread Gary Johnson
Les writes: > Gary, added the following: > > ``` > (service cups-service-type > (cups-configuration > (web-interface? #t))) > ``` > > This did not change the access to cups. The Web Interface still > remains Disabled. > 1. Make sure to import `cups-service-type` and `cups-conf