mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
services: Fix typo in spice-vdagent-service.
* gnu/services/spice.scm (spice-vdagent-service): Fix typo. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
3cb8cb6660
commit
9a5edd0240
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ (define spice-vdagent-service-type
|
||||||
|
|
||||||
(define* (spice-vdagent-service
|
(define* (spice-vdagent-service
|
||||||
#:optional (config (spice-vdagent-configuration)))
|
#:optional (config (spice-vdagent-configuration)))
|
||||||
"Start the @command{vdagentd} and @command{vdagent} deamons
|
"Start the @command{vdagentd} and @command{vdagent} daemons
|
||||||
from @var{spice-vdagent} to enable guest window resizing and
|
from @var{spice-vdagent} to enable guest window resizing and
|
||||||
clipboard sharing."
|
clipboard sharing."
|
||||||
(service spice-vdagent-service-type config))
|
(service spice-vdagent-service-type config))
|
||||||
|
|
Loading…
Reference in a new issue