help-guix
[Top][All Lists]
Advanced

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

Re: Network Manager Service


From: Ludovic Courtès
Subject: Re: Network Manager Service
Date: Sun, 27 Nov 2016 21:42:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hi,

address@hidden skribis:

> I'm reconfiguring my GuixSD to test the new commits, but i have the
> following error:
>
> /home/jin/txt/os-config-bare-bones-1.scm:12:3: In procedure
> #<procedure 3ad66e0 ()>:
> /home/jin/txt/os-config-bare-bones-1.scm:12:3: In procedure
> module-lookup: Unbound variable: wpa-supplicant-service

[...]

> (define %desktop-services-sans-wicd
>   (cons*
>    (network-manager-service)
>    (wpa-supplicant-service)

You need to replace this last line with:

  (service wpa-supplicant-type wpa-supplicant)

and, thus, you need to have:

  (use-modules (gnu packages admin))

or similar so that the ‘wpa-supplicant’ variable is visible.

HTH!

Ludo’.



reply via email to

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