From 75b13aebb9548d95ad9e3c6a0bddfd39c9c495ca Mon Sep 17 00:00:00 2001 From: Dillon Beliveau Date: Tue, 10 Dec 2024 10:07:21 -0800 Subject: [PATCH] Update pi 4 config for 24.11 --- nix/hosts/pi4.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/hosts/pi4.nix b/nix/hosts/pi4.nix index b43bd8d..7f4938b 100644 --- a/nix/hosts/pi4.nix +++ b/nix/hosts/pi4.nix @@ -14,9 +14,9 @@ in useDHCP = lib.mkDefault true; wireless = { enable = true; - environmentFile = config.age.secrets."wireless.env".path; + secretsFile = config.age.secrets."wireless.env".path; networks = { - dgb.psk = "@DGB_PSK@"; + dgb.pskRaw = "ext:DGB_PSK"; }; }; };