Re: how to "install" guixsd on a digitalocean server

2017-04-13 Thread ng0
Andy Wingo transcribed 0.7K bytes: > On Thu 13 Apr 2017 17:28, ng0 writes: > > > Andy Wingo transcribed 6.6K bytes: > >> I just "installed" GuixSD on a DigitalOcean droplet. You can't actually > >> install GuixSD; you have to mutate an existing installation into > >> GuixSD. But fine. > > > > C

Re: how to "install" guixsd on a digitalocean server

2017-04-13 Thread Andy Wingo
On Thu 13 Apr 2017 17:28, ng0 writes: > Andy Wingo transcribed 6.6K bytes: >> I just "installed" GuixSD on a DigitalOcean droplet. You can't actually >> install GuixSD; you have to mutate an existing installation into >> GuixSD. But fine. > > Could this be applied to linode as well? Or does lin

Re: how to "install" guixsd on a digitalocean server

2017-04-13 Thread ng0
Andy Wingo transcribed 6.6K bytes: > Hi, > > I just "installed" GuixSD on a DigitalOcean droplet. You can't actually > install GuixSD; you have to mutate an existing installation into > GuixSD. But fine. > > So I installed the latest Debian x86_64 image that they offer. All fine > and easy. Y

Re: Use OpenSSH in the bare-bones GuixSD template [was Re: how to "install" guixsd on a digitalocean server]

2017-04-12 Thread Leo Famulari
On Sun, Apr 09, 2017 at 02:21:50PM +, ng0 wrote: > Leo Famulari transcribed 1.4K bytes: > > On Sun, Apr 09, 2017 at 09:08:45AM +, ng0 wrote: > > > What you added here is opensshd listening on port with > > > password-logins allowed, correct? > > > > Yes, and the rest of the defaults c

Re: Use OpenSSH in the bare-bones GuixSD template [was Re: how to "install" guixsd on a digitalocean server]

2017-04-09 Thread ng0
Leo Famulari transcribed 1.4K bytes: > On Sun, Apr 09, 2017 at 09:08:45AM +, ng0 wrote: > > What you added here is opensshd listening on port with > > password-logins allowed, correct? > > Yes, and the rest of the defaults can be found here: > > https://www.gnu.org/software/guix/manual/h

Re: Use OpenSSH in the bare-bones GuixSD template [was Re: how to "install" guixsd on a digitalocean server]

2017-04-09 Thread Leo Famulari
On Sun, Apr 09, 2017 at 09:08:45AM +, ng0 wrote: > What you added here is opensshd listening on port with > password-logins allowed, correct? Yes, and the rest of the defaults can be found here: https://www.gnu.org/software/guix/manual/html_node/Networking-Services.html#index-openssh_002

Re: Use OpenSSH in the bare-bones GuixSD template [was Re: how to "install" guixsd on a digitalocean server]

2017-04-09 Thread ng0
Leo Famulari transcribed 2.1K bytes: > On Sat, Apr 08, 2017 at 09:42:17PM -0400, Leo Famulari wrote: > > On Fri, Apr 07, 2017 at 09:57:56PM +0200, Ludovic Courtès wrote: > > > Leo Famulari skribis: > > > > > > > On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: > > > >> (3) Why do we p

Re: Use OpenSSH in the bare-bones GuixSD template [was Re: how to "install" guixsd on a digitalocean server]

2017-04-08 Thread Leo Famulari
On Sat, Apr 08, 2017 at 09:42:17PM -0400, Leo Famulari wrote: > On Fri, Apr 07, 2017 at 09:57:56PM +0200, Ludovic Courtès wrote: > > Leo Famulari skribis: > > > > > On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: > > >> (3) Why do we promote lsh by default? It took me quite some loo

Use OpenSSH in the bare-bones GuixSD template [was Re: how to "install" guixsd on a digitalocean server]

2017-04-08 Thread Leo Famulari
On Fri, Apr 07, 2017 at 09:57:56PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: > >> (3) Why do we promote lsh by default? It took me quite some looking to > >> figure out why my authorized_keys wasn't working. The

Re: how to "install" guixsd on a digitalocean server

2017-04-07 Thread Ludovic Courtès
Hi Andy, Andy Wingo skribis: > I just "installed" GuixSD on a DigitalOcean droplet. You can't actually > install GuixSD; you have to mutate an existing installation into > GuixSD. But fine. Thanks a lot for the detailed report! It shows just how much room for improvement there is. Some of t

Re: how to "install" guixsd on a digitalocean server

2017-04-07 Thread Ludovic Courtès
Leo Famulari skribis: > On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: >> (3) Why do we promote lsh by default? It took me quite some looking to >> figure out why my authorized_keys wasn't working. The fix was to >> just use OpenSSH. > > lsh is a GNU project and we did n

Re: how to "install" guixsd on a digitalocean server

2017-04-07 Thread myglc2
On 04/07/2017 at 14:31 ng0 writes: > Andy Wingo transcribed 1.0K bytes: >> Hi :) >> >> On Fri 07 Apr 2017 16:04, myglc2 writes: >> >> > On 04/07/2017 at 14:07 Andy Wingo writes: >> > >> >> I just "installed" GuixSD on a DigitalOcean droplet. You can't actually >> >> install GuixSD; you have to

Re: how to "install" guixsd on a digitalocean server

2017-04-07 Thread ng0
Andy Wingo transcribed 1.0K bytes: > Hi :) > > On Fri 07 Apr 2017 16:04, myglc2 writes: > > > On 04/07/2017 at 14:07 Andy Wingo writes: > > > >> I just "installed" GuixSD on a DigitalOcean droplet. You can't actually > >> install GuixSD; you have to mutate an existing installation into > >> Gui

Re: how to "install" guixsd on a digitalocean server

2017-04-07 Thread Andy Wingo
Hi :) On Fri 07 Apr 2017 16:04, myglc2 writes: > On 04/07/2017 at 14:07 Andy Wingo writes: > >> I just "installed" GuixSD on a DigitalOcean droplet. You can't actually >> install GuixSD; you have to mutate an existing installation into >> GuixSD. But fine. > [...] > > I upgraded Debian to Guix

Re: how to "install" guixsd on a digitalocean server

2017-04-07 Thread myglc2
On 04/07/2017 at 14:07 Andy Wingo writes: > Hi, > > I just "installed" GuixSD on a DigitalOcean droplet. You can't actually > install GuixSD; you have to mutate an existing installation into > GuixSD. But fine. [...] Hi Andy, I upgraded Debian to GuixSD on a physical server in a similar way ..

Re: how to "install" guixsd on a digitalocean server

2017-04-07 Thread Leo Famulari
On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: > (3) Why do we promote lsh by default? It took me quite some looking to > figure out why my authorized_keys wasn't working. The fix was to > just use OpenSSH. lsh is a GNU project and we did not have an OpenSSH service until

Re: how to "install" guixsd on a digitalocean server

2017-04-07 Thread Leo Famulari
On Fri, Apr 07, 2017 at 12:31:16PM +, Pjotr Prins wrote: > On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: > > Debian uses systemd so as the manual tells me, I did: > > > > ln -s ~root/.guix-profile/lib/systemd/system/guix-daemon.service > > /etc/systemd/system/ > > system

Re: how to "install" guixsd on a digitalocean server

2017-04-07 Thread Pjotr Prins
Nice one, I'll use that. On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: > Debian uses systemd so as the manual tells me, I did: > > ln -s ~root/.guix-profile/lib/systemd/system/guix-daemon.service > /etc/systemd/system/ > systemctl start guix-daemon && systemctl enable guix-

Re: how to "install" guixsd on a digitalocean server

2017-04-07 Thread ng0
Hi, thanks for documenting this on the list, it's really cool and useful. It looks to some parts applicable to many DigitalOcean-like hosters :) Andy Wingo transcribed 6.6K bytes: > Hi, > > I just "installed" GuixSD on a DigitalOcean droplet. You can't actually > install GuixSD; you have to mut

how to "install" guixsd on a digitalocean server

2017-04-07 Thread Andy Wingo
Hi, I just "installed" GuixSD on a DigitalOcean droplet. You can't actually install GuixSD; you have to mutate an existing installation into GuixSD. But fine. So I installed the latest Debian x86_64 image that they offer. All fine and easy. You tell DigitalOcean your SSH key, then you can SSH