mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: lightdm: Fix vnc server flag listen-address
* gnu/services/lightdm.scm (lightdm-configuration-file): Fix typo from ‘vnc-server-listen-address’ to ‘listen-address’. Change-Id: I40d26a5554bf160658e641cc8d3dc212f1364c93 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
83f839e20f
commit
5a0887ce84
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ enabled=" (if vnc-server? "true" "false") "
|
||||||
command=" vnc-server-command "
|
command=" vnc-server-command "
|
||||||
port=" (number->string vnc-server-port) "\n"
|
port=" (number->string vnc-server-port) "\n"
|
||||||
(if (maybe-value-set? vnc-server-listen-address)
|
(if (maybe-value-set? vnc-server-listen-address)
|
||||||
(format #f "vnc-server-listen-address=~a" vnc-server-listen-address)
|
(format #f "listen-address=~a" vnc-server-listen-address)
|
||||||
"") "
|
"") "
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue