diff options
Diffstat (limited to 'config/networking.nix')
| -rw-r--r-- | config/networking.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/networking.nix b/config/networking.nix index 09987b8..4de42c9 100644 --- a/config/networking.nix +++ b/config/networking.nix @@ -11,10 +11,10 @@ wireless = { enable = true; - environmentFile = "/etc/wpa_supplicant/secrets.env"; + secretsFile = "/etc/wpa_supplicant/secrets"; networks.Quentintranet = { - authProtocols = [ "SAE" ]; - psk = "@PSK@"; + authProtocols = ["SAE"]; + pskRaw = "ext:psk"; }; }; }; |
