Hi, [email protected] 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’.
