diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2026-07-07 07:21:10 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2026-07-07 07:21:10 +0200 |
| commit | 88dd2eabf14b2aac9d0ebfb3b7a49d0b92cf5c94 (patch) | |
| tree | 4f9939773599a0556c8ef6c718097e991b62cbab | |
| parent | b214fb097a89c6ebfb1af7bbc33f24ce2e78c9c5 (diff) | |
| download | hephaistos-88dd2eabf14b2aac9d0ebfb3b7a49d0b92cf5c94.tar.gz hephaistos-88dd2eabf14b2aac9d0ebfb3b7a49d0b92cf5c94.tar.bz2 hephaistos-88dd2eabf14b2aac9d0ebfb3b7a49d0b92cf5c94.tar.xz | |
| -rw-r--r-- | config/networking.nix | 2 |
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"; |
