Re: install downloaded deb package?

2024-08-26 Thread Aleksej via
You should probably use distrobox for that, it's available in Guix default channel.

Re: Difficulty updating Guix System or installing packages

2024-10-13 Thread Aleksej via
Hi! The output you provided is not very descriptive, at least for me. For long logs you could use pastebin-like sites(e.g. https://paste.debian.net/ ) Try invoking "guix weather" it could help you identify if the problem is actually missing substitutes (see https://guix.gnu.org/manual/devel/en/

PAM modules support?

2024-10-10 Thread Aleksej via
Hi! I couldn't find any documentation on adding custom PAM modules with Guix, is it possible? I see that there are packages providing pam modules eg. "oath-toolkit", but it seems there is no documentation on how to configure PAM with Guix. -- Best regards, Lesik Edelweiss

KDE and application icons

2024-11-12 Thread Aleksej via
Hi! I've recently installed KDE, and it seems that applications installed with "guix install" and "guix home" are not displayed in application menu. I've checked the XDG_DATA_DIRS variable, and in includes both my user guix profile "/share" folder and "/run/current-systems/share", but it seems t

Re: Setting up working FIDO2 key in Guix

2024-10-17 Thread Aleksej via
Hi! As far as I know we have an older version of nitrokey app, that does not support NitroKey 3 series. (see ). For the FIDO2, I can't tell anything right now, but I'll start investigating as soon as I receive my NitroKey. Thanks, Lesik Edelweiss

Re: Audio Interface for Guix

2024-11-27 Thread Aleksej via
Hi! I'm using Native Instruments Komplete Audio 2 on my GNU Guix System, it didn't need any additional configuration, I just plugged it in. I'm using pipewire if it makes any difference.

Re: audio interface for Guix

2024-12-01 Thread Aleksej via
The fact that your interface is not listed in lsusb is quite strange. For the experiment, I even tried booting from the Guix installation image, and my interface was listed in lsusb. Are you sure your interface is working? Could you try it with another USB port, PC, or distribution?

Re: I want to pin exact versions of software in guix shell. Do I need channels information?

2025-02-10 Thread Aleksej via
Hi! Maybe inferiors is what you're looking for https://guix.gnu.org/manual/en/html_node/Inferiors.html It could be better to make a shell script, with the whole guix time-machine command, but it depends on your needs.

OCI containers

2024-12-19 Thread Aleksej via
Hi, I’m currently trying to migrate my server to the Guix System, but I’m encountering some issues with OCI containers. Is there a way to run them as a Shepherd service while using Podman and nftables? I know about the oci-container-service-type, but it depends on Docker and iptables, both of

Re: Idiomatic way to run Emacs 30.1?

2025-04-08 Thread Aleksej via
Emacs 30.1 is available on "emacs-team" branch, so, the best way is probably to wait until it's merged. You could also use package inferiors to add it, but I'm not sure if that is a good idea.