Re: Guix as remote dev machine

2022-04-30 Thread david larsson
On 2022-04-30 13:07, david larsson wrote: On 2022-03-21 15:09, t...@fullmeta.me wrote: Hi Guix. I'm trying to come up with a reasonable way to use my Guix machine sitting in the attic as my remote development server. [..] When attempting to do something similar remotely, you very quickly ru

Re: Guix as remote dev machine

2022-04-30 Thread david larsson
On 2022-03-21 15:09, t...@fullmeta.me wrote: Hi Guix. I'm trying to come up with a reasonable way to use my Guix machine sitting in the attic as my remote development server. This presents several challenges. Locally I would typically follow these steps: 1. Create a project dir with guix.scm des

Re: Guix as remote dev machine

2022-04-30 Thread zimoun
Hi, On Mon, 21 Mar 2022 at 14:09, t...@fullmeta.me wrote: > I'm trying to come up with a reasonable way to use my Guix machine > sitting in the attic as my remote development server. This presents > several challenges. Locally I would typically follow these steps: My workflow depends on my mood:

Re: Guix as remote dev machine

2022-03-22 Thread t
I guess one more thing that maybe worth investigating is Emacs + TRAMP. I've some experience with TRAMP and it mostly works. Trouble again is with this 2nd step: > 2. `guix shell` or start a container, with entire system if I need to Essentially TRAMP amounts to SSHing to your machine. But we

Re: Guix as remote dev machine

2022-03-22 Thread t
> tigervnc-server 1.12.0-0.b484c22 installed. > xrandr 1.5.1 Dunno how I feel about VNC but this is certainly something to try. The one time I tried VNC in the past it felt extremely heavy and sluggish. This is something I'd probably use for Windows. I'll have to give it a go. Thank you for sug

Re: Guix as remote dev machine

2022-03-21 Thread Brian Woodcox
I’m not sure if this will help you or not. I screen share from OSX to a VM running Guix system on Unraid. I have the following installed: tigervnc-server 1.12.0-0.b484c22 installed. xrandr 1.5.1 So I run the following command in a terminal window in Guix under my user: x0vncserver -display :1

Guix as remote dev machine

2022-03-21 Thread t
Hi Guix. I'm trying to come up with a reasonable way to use my Guix machine sitting in the attic as my remote development server. This presents several challenges. Locally I would typically follow these steps: 1. Create a project dir with guix.scm describing (possibly empty) package 2. `guix she