From 88dd2eabf14b2aac9d0ebfb3b7a49d0b92cf5c94 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Tue, 7 Jul 2026 07:21:10 +0200 Subject: networking: wpa_supplicant: comment on necessary rights to secrets file --- config/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/networking.nix b/config/networking.nix index 689e721..0fcf448 100644 --- a/config/networking.nix +++ b/config/networking.nix @@ -12,7 +12,7 @@ wireless = { enable = true; - secretsFile = "/etc/wpa_supplicant/secrets"; + secretsFile = "/etc/wpa_supplicant/secrets"; # -r-xr-x--- 1 root wpa_supplicant networks.Quentintranet = { authProtocols = [ "SAE" ]; pskRaw = "ext:psk"; -- cgit v1.3.1