I have been trying out the new option to run the guix daemon as non-root. Everything had been going just fine untill I tried to SSH into another machine. My SSH configuration is managed by guix home so ~/.ssh/config is of course a symlink to a file in the store. In the rootless daemon setup that file in the store is owned by the guix-daemon user which causes a 'Bad owner or permission on $HOME/.ssh/config' error when I run the ssh command. Is there any workaround for this or should I just revert back to running guix-daemon as root?
-- Kjartan Óli Ágústsson