Hello, Pierre Neidhardt <ambre...@gmail.com> skribis:
> I'm hitting issues when setting the home folder. > > The default home is /home/ambrevar. If I change `home-directory' to > "/foo" and run `guix system reconfigure' then "/foo" is created but the > home folder is still "/home/ambrevar". Oops, that’s a bug that should be fixed now: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=82b71ac366ef154400653d264b46b7aa3520f393 > Furthermore, I cannot mount a filesystem as /home: > > ``` > (file-system > (device "home") > (title 'label) > (mount-point "/home") > (type "ext4")) > ``` > > Running `guix system reconfigure' hangs after the `usermod...' changes. > Not sure about how to print more debug details. Does /var/log/messages or /var/log/shepherd.log have more info? TIA, Ludo’.