[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Starting ssh service
From: |
Dick Middleton |
Subject: |
Starting ssh service |
Date: |
Fri, 8 Apr 2016 11:24:05 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 |
Hello,
Just started playing with Guix and am trying to get ssh to start as a
service.
My system is configured using the standard desktop example config.scm given
with the installation.
I'm trying to add the relevant bits from the simple example in reference guide
"7.2.1 Using the Configuration System".
i.e I've added:
(use-service-modules networking ssh)
...
(services (cons* (lsh-service) %base-services))
guix reconfigure complains with this error: ssh-daemon requires 'networking'
which is undefined.
Do I have to install something (why is it not already installed?) or am I
doing something wrong?
Thanks
Dick
--
Dick Middleton
address@hidden