Re: Validating/repairing guix system install

2024-10-10 Thread Steve George
Hi Kevin, The existing system's configuration is in /run/current-system/configuration.scm. Might be worth inspecting this and seeing if there are obvious mistakes. The installer places a copy of this in /etc/config.scm. This is the one that users normally start by editing. To validate that it'

Re: PAM modules support?

2024-10-10 Thread Felix Lechner via
Hi Aleksej, On Thu, Oct 10 2024, Aleksej via wrote: > adding custom PAM modules with Guix Yes, it is possible. You can either do it the traditional way [1] or you can do it in Guile. [2] Kind regards Felix [1] https://lists.gnu.org/archive/html/help-guix/2024-09/msg8.html [2] https://list

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

Re: send-hostname/DHCP Option 12 for lab environment?

2024-10-10 Thread Thom Harmon
Thank you, Felix.  I will give that a try. My question came about less from unfamiliarity with ISC2 tools than from unfamiliarity with the Guix APIs and idioms. I was expecting perhaps some util function or param I could set as opposed to crafting the config syntax directly. Getting a feel for