diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-12-01 23:28:17 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-12-01 23:31:30 +0100 |
| commit | 423108f606c913cd682b9a784f273f58e64810d5 (patch) | |
| tree | 781522bf5505a5cce6cb535a8e0f10acdac5e049 /config/networking.nix | |
| parent | 260f1a98f2b335050cf11a67b60541073188b35d (diff) | |
upgrade to nixos 24.11
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"; }; }; }; |
