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 ->
> > /root/.guix-profile/lib/systemd/sy
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 fr
Catonano writes:
> 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 -l
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 ->
> > /root/.guix-profile/lib/systemd/system/guix-
Marius Bakke writes:
> (lsh-service #:port-number 22
>#:root-login? #t
>#:password-authentication? #f
Sorry, this should be: #:password-authentication? #t
..so that users can SSH in if they set a password first.
Hope this helps! :)
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 package -i shadow openssh
>
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 ->
> /root/.guix-profile/lib/systemd/system/guix-daemon.service
AFAIK systemd changed its behaviour and does not lon
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 /etc/systemd/system/guix-daemon.servic
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 PATH="/root/.guix-profile/bin:/root/.gu