On Thu, Mar 12, 2020 at 12:24:46PM +0000, David Philipe Gil wrote: > my "/etc/systemd/system/guix-daemon.service" says:
[...] > Environment='GUIX_LOCPATH=/var/guix/profiles/per-user/root/guix-profile/lib/locale' > LC_ALL=en_US.utf8 And do you have the locales installed in root's profile? Check if that directory is exists and contains locales. Finally I would try removing the LC_ALL variable at the end. I don't have that (custom service file) and things are working fine for me.
