~ruther/guix-local

d2d961b76a5be75cb715dd9445afd65f44da616f — Ashish SHUKLA 1 year, 7 days ago f3e74ef
services: iwd: Fix expression.

This is a follow-up to c4e1081f82c4f45e34cf6aca1e3f3347dd384c79.  The return
value of ‘iwd-environment’ wasn't quoted.

* gnu/services/networking.scm (iwd-environment): Return list in a
G-expression.

Change-Id: I5c2fb9ecd5d5c1aa61bd7758b66c7284f6e568b3
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Fixes: https://codeberg.org/guix/guix/issues/450
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/networking.scm
M gnu/services/networking.scm => gnu/services/networking.scm +1 -1
@@ 2298,7 2298,7 @@ PHYs names that IWD will not manage.")

    (if (eq? resolver 'resolvconf)
        #~(list (string-append "PATH=" #$openresolv "/sbin"))
        '())))
        #~(list))))

(define (iwd-shepherd-service config)
  (match-record config <iwd-configuration>