2022/05/19 15:57, Josselin Poiret:
> What I personally use is described at [1], and fixed this issue I had
> when I switched to emacs-next.
>
> [1] https://yhetil.org/guix/[email protected]/
Thanks! Your workaround works. Here's my slightly tweaked version
(inspired by the post by Max Brieiev):
(connection-local-set-profile-variables
'guix-system
'((tramp-remote-path . (tramp-own-remote-path))))
(connection-local-set-profiles
`(:application tramp :protocol "sudo" :machine ,(system-name))
'guix-system))
I do agree with Maxime Devos in the same thread, ideally tramp sudo
should just work on guix.