summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-07-07 07:21:10 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2026-07-07 07:21:10 +0200
commit88dd2eabf14b2aac9d0ebfb3b7a49d0b92cf5c94 (patch)
tree4f9939773599a0556c8ef6c718097e991b62cbab
parentb214fb097a89c6ebfb1af7bbc33f24ce2e78c9c5 (diff)
downloadhephaistos-88dd2eabf14b2aac9d0ebfb3b7a49d0b92cf5c94.tar.gz
hephaistos-88dd2eabf14b2aac9d0ebfb3b7a49d0b92cf5c94.tar.bz2
hephaistos-88dd2eabf14b2aac9d0ebfb3b7a49d0b92cf5c94.tar.xz
networking: wpa_supplicant: comment on necessary rights to secrets fileHEADmaster
-rw-r--r--config/networking.nix2
1 files changed, 1 insertions, 1 deletions
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";