[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69781] [PATCH v2] services: Add the Guix Home Service
From: |
Ludovic Courtès |
Subject: |
[bug#69781] [PATCH v2] services: Add the Guix Home Service |
Date: |
Mon, 29 Apr 2024 15:41:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Ludovic Courtès <ludo@gnu.org> skribis:
> 1. ‘guix system reconfigure’ installs ~/.guix-home, but it doesn’t run
> activation scripts. So for instance, in my case, ~/.ssh/config
> would remain dangling, pointing to that installed by my previous
> Home generation, and Shepherd services were not reloaded.
Silly me: I was using ‘home-service-type’ instead of
‘guix-home-service-type’. 🤦
(Interestingly, this has no effect at all, but nothing complained,
either.)
Works like a charm after switching to ‘guix-home-service-type’! :-)
> 2. ‘guix home describe’ isn’t prepared to deal with that: it returns
> information from the last
> /var/guix/profiles/per-user/$USER/guix-home-*.
That issue remains, but it’s less of a problem.
Ludo’.