From 635814fca2e3a30e379fe614e99279bf46255582 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 15 Jun 2025 22:34:34 +0200 Subject: [PATCH] Use lib.map instead of lib.forEach --- modules/system/wifi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/wifi.nix b/modules/system/wifi.nix index 8d1b2f8..b475c6d 100644 --- a/modules/system/wifi.nix +++ b/modules/system/wifi.nix @@ -32,7 +32,7 @@ in environment.systemPackages = [ pkgs.iwgtk ]; } - (lib.forEach networks (name: { + (networks |> lib.map (name: { sops.secrets."iwd/${name}" = { }; systemd.tmpfiles.rules = [