From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dick Middleton Subject: Starting ssh service Date: Fri, 8 Apr 2016 11:24:05 +0100 Message-ID: <570786C5.8080206@fouter.net> Reply-To: dick@fouter.net Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoTaH-00020T-78 for help-guix@gnu.org; Fri, 08 Apr 2016 06:24:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoTaC-0006f3-A9 for help-guix@gnu.org; Fri, 08 Apr 2016 06:24:13 -0400 Received: from mail.fouter.net ([91.135.5.234]:47073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoTaC-0006ep-3F for help-guix@gnu.org; Fri, 08 Apr 2016 06:24:08 -0400 Received: from mail.fouter.net (localhost [127.0.0.1]) by mail.fouter.net (Postfix at FouterNet) with ESMTP id ED61E400D993 for ; Fri, 8 Apr 2016 11:24:05 +0100 (BST) Received: from [192.168.46.100] (penguin.lingbrae [192.168.46.100]) by mail.fouter.net (Postfix at FouterNet) with ESMTPSA id CF19640BEA20 for ; Fri, 8 Apr 2016 11:24:05 +0100 (BST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org 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 dick@fouter.net