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'
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
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
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