Re: Rebuild guix home during system rebuild

2025-04-17 Thread Hilton Chain
On Fri, 18 Apr 2025 06:17:33 +0800, Stephen wrote: > > On Thu 17 Apr 2025, 19:02 Tomas Volf, <~@wolfsden.cz> wrote: > > > Jake writes: > > > > > Hi Stephen > > > > > > See guix-home-service-type > > > > > > > > https://guix.gnu.org/manual/devel/en/html_node/Guix-Services.html#guix_002dhome_002dser

Re: [fr] Moment de convivialité Guix@Paris en avril

2025-04-17 Thread Tanguy Le Carrour
Bonjour Guix, Pour rappel, Guix@Paris, c’est ce soir. Retrouvez tous les détails sur l’Agenda du Libre : En espérant vous y retrouver nombreu·ses. -- Tanguy

Re: PAM configuration for fprintd

2025-04-17 Thread Nicolas Maupu
On Thu, Apr 17, 2025 at 1:17 PM Hilton Chain wrote: > Hi Nicolas, > > On Thu, 17 Apr 2025 02:46:13 +0800, > Nicolas Maupu wrote: > > > > Hello ! > > > > I enabled fprintd with fprintd and added fprintd-service-type service to > my > > configuration. > > This works : I can enroll and verify my fin

Re: PAM configuration for fprintd

2025-04-17 Thread Ludovic Courtès
Hi, Hilton Chain writes: > The following service is equivalent to your need: > --8<---cut here---start->8--- > (simple-service 'my-pam-service pam-root-service-type > (let ((my-pam-entry > (pam-entry >(control "sufficient") >

Re: Rebuild guix home during system rebuild

2025-04-17 Thread Tomas Volf
Jake writes: > Hi Stephen > > See guix-home-service-type > > https://guix.gnu.org/manual/devel/en/html_node/Guix-Services.html#guix_002dhome_002dservice_002dtype And beware that it does not play well with the user reconfiguring their own home using the `guix home reconfigure' command. In practi

Re: Rebuild guix home during system rebuild

2025-04-17 Thread Hilton Chain
On Fri, 18 Apr 2025 08:23:04 +0800, Hilton Chain wrote: > > On Fri, 18 Apr 2025 06:17:33 +0800, > Stephen wrote: > > > > On Thu 17 Apr 2025, 19:02 Tomas Volf, <~@wolfsden.cz> wrote: > > > > > Jake writes: > > > > > > > Hi Stephen > > > > > > > > See guix-home-service-type > > > > > > > > > > > htt

PAM configuration for fprintd

2025-04-17 Thread fossar
Hello ! I enabled fprintd with the fprintd package and added fprintd-service-type service to my configuration. This works : I can enroll and verify my fingerprints with success. However, fingerprints cannot be used to login from GDM, nor from sudo or any other authentication tools. As far as I

Rebuild guix home during system rebuild

2025-04-17 Thread Stephen
I'm new to using guix after moving from nix, I have a very basic system config and home config set up. Something I'm surprised by is there doesn't seem to be a default way of tying a home-environment to a user account in the system. I thought there would be, for example, and option in your user acc

Re: How can empty generated files in the store happen? Has someone experienced this?

2025-04-17 Thread Ashish SHUKLA
El 2025-04-07 21:53, Nicolas Graves escribió: As in my critical december failure, I happen once again to have empty files for files expected in my store: path `/gnu/store/31s8mcacwk8mma2kkxak13aawxqp58fg-module-import.drv' was modified! expected hash `274fd21f99bd7505109a1b348d1c46b93a418cb

Re: TERMINFO and my kitty terminal emulator

2025-04-17 Thread Ashish SHUKLA
El 2025-04-11 16:45, Gabriel Wicki escribió: On April 11, 2025 4:14:02 PM GMT+02:00, Felix Lechner wrote: WARNING: terminal is not fully functional Does this occur when you work locally, or when you log onto a remote site? Locally I use kitty which serves its own terminfo files. This error

PAM configuration for fprintd

2025-04-17 Thread Nicolas Maupu
Hello ! I enabled fprintd with fprintd and added fprintd-service-type service to my configuration. This works : I can enroll and verify my fingerprints with success. However, fingerprints cannot be used to login from GDM, nor from sudo or any other authentication tools. As far as I understand, th

Re: PAM configuration for fprintd

2025-04-17 Thread Hilton Chain
Hi Nicolas, On Thu, 17 Apr 2025 02:46:13 +0800, Nicolas Maupu wrote: > > Hello ! > > I enabled fprintd with fprintd and added fprintd-service-type service to my > configuration. > This works : I can enroll and verify my fingerprints with success. > > However, fingerprints cannot be used to login f