guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29409] [PATCH] system: examples: Add a template for BeagleBone Blac


From: Ludovic Courtès
Subject: [bug#29409] [PATCH] system: examples: Add a template for BeagleBone Black.
Date: Mon, 18 Dec 2017 15:22:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

address@hidden skribis:

> From: Mathieu Othacehe <address@hidden>
>
> * gnu/system/examples/beaglebone-black.tmpl: New file.
> * Makefile.am (EXAMPLES): Add it.
> * gnu/system/install.scm (/etc/configuration-files): Add it.

[...]

> +  ;; Add services to the baseline: a DHCP client and
> +  ;; an SSH server.
> +  (services (cons* (dhcp-client-service)
> +                   (service openssh-service-type
> +                            (openssh-configuration
> +                             (port-number 2222)))

I think you can remove (openssh-configuration …) altogether.

Otherwise LGTM, thank you!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]