Re: binary installation on Fedora 25

2017-01-27 Thread Leo Famulari
On Fri, Jan 27, 2017 at 05:07:34PM +0100, Hartmut Goebel wrote: > Hi, > > Am 27.01.2017 um 15:54 schrieb Catonano: > > $ ls -lha /etc/systemd/system/guix-daemon.service > > lrwxrwxrwx. 1 root root 58 27 gen 14.18 > > /etc/systemd/system/guix-daemon.service -> > >

[Paid assignment] Set up and testing of system configuration (GuixSD)

2017-01-27 Thread Thomas Sigurdsen
Hi all, I'm in need of getting a system configuration up and running for a server. The primary needs of the resulting system is to provide: email and email lists, webpages and file synchronization. I've been administering a linode instance with nixos for some time, but prefer guixsd because

Re: binary installation on Fedora 25

2017-01-27 Thread Catonano
Hartmut, 2017-01-27 17:07 GMT+01:00 Hartmut Goebel : > Hi, > > Am 27.01.2017 um 15:54 schrieb Catonano: > > $ ls -lha /etc/systemd/system/guix-daemon.service > > lrwxrwxrwx. 1 root root 58 27 gen 14.18 > > /etc/systemd/system/guix-daemon.service -> > >

Re: guixsd install questions

2017-01-27 Thread Marius Bakke
Divan Santana writes: > Hi All, > > Few newbie questions regarding install. > > * How to get sshd running on install image for easier remote install. > > Useful for a VM: > > I'm doing this nasty hack for now. > > Get ssh working on boot image: > #+BEGIN_EXAMPLE > guix

binary installation on Fedora 25

2017-01-27 Thread Catonano
On a fresh installation of Fedora 25 I am trying to do a binary installation of Guix When attempting systemctl start guix-daemon && systemctl enable guix-daemon I get Failed to start guix-daemon.service: Unit guix-daemon.service not found. Now: $ ls -lha

guixsd install questions

2017-01-27 Thread Divan Santana
Hi All, Few newbie questions regarding install. * How to get sshd running on install image for easier remote install. Useful for a VM: I'm doing this nasty hack for now. Get ssh working on boot image: #+BEGIN_EXAMPLE guix package -i shadow openssh export