From 292f1a4ced9f2205a2bffa47363818130b8dea95 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Wed, 3 Jul 2024 21:16:46 -0300 Subject: [PATCH] operating-systems: buer: Change wpa_supplicant configuration to /etc/wpa-supplicant.conf --- operating-systems/buer.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index 21e721a..d82ea3d 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -263,7 +263,7 @@ (service ntp-service-type) (service wpa-supplicant-service-type (wpa-supplicant-configuration - (config-file "/etc/wpa_supplicant.conf") + (config-file "/etc/wpa-supplicant.conf") (interface "wlp2s0") (extra-options `("-B")))) (service dhcp-client-service-type