diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-11-02 22:13:01 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-02 22:25:12 +0100 |
| commit | 1065bed9c41f8a9b0718ae2db0fd42f286c1b8be (patch) | |
| tree | c7e01032021bfe854056feb37b5cfc91e1f7ed8d /gnu/system | |
| parent | e9b8212414ce9eb113ab36c2353d0bfa1a1acab4 (diff) | |
services: avahi: Add Avahi to the system profile.
* gnu/services/avahi.scm (avahi-service-type): Extend
PROFILE-SERVICE-TYPE.
(avahi-service): Adjust docstring.
* doc/guix.texi (Networking Services): Adjust accordingly.
* gnu/system/examples/desktop.tmpl (packages): Remove AVAHI.
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/examples/desktop.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl index ff2a1b7306c..7a479d1123b 100644 --- a/gnu/system/examples/desktop.tmpl +++ b/gnu/system/examples/desktop.tmpl | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | (use-modules (gnu) (gnu system nss)) | 4 | (use-modules (gnu) (gnu system nss)) |
| 5 | (use-service-modules desktop) | 5 | (use-service-modules desktop) |
| 6 | (use-package-modules xfce ratpoison avahi certs) | 6 | (use-package-modules xfce ratpoison certs) |
| 7 | 7 | ||
| 8 | (operating-system | 8 | (operating-system |
| 9 | (host-name "antelope") | 9 | (host-name "antelope") |
| @@ -40,7 +40,6 @@ | |||
| 40 | ;; Add Xfce and Ratpoison; that allows us to choose | 40 | ;; Add Xfce and Ratpoison; that allows us to choose |
| 41 | ;; sessions using either of these at the log-in screen. | 41 | ;; sessions using either of these at the log-in screen. |
| 42 | (packages (cons* xfce ratpoison ;desktop environments | 42 | (packages (cons* xfce ratpoison ;desktop environments |
| 43 | avahi ;useful tools | ||
| 44 | nss-certs ;for HTTPS access | 43 | nss-certs ;for HTTPS access |
| 45 | %base-packages)) | 44 | %base-packages)) |
| 46 | 45 | ||
