mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Use lib.map instead of lib.forEach
This commit is contained in:
parent
856c850c3f
commit
635814fca2
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ in
|
||||||
environment.systemPackages = [ pkgs.iwgtk ];
|
environment.systemPackages = [ pkgs.iwgtk ];
|
||||||
}
|
}
|
||||||
|
|
||||||
(lib.forEach networks (name: {
|
(networks |> lib.map (name: {
|
||||||
sops.secrets."iwd/${name}" = { };
|
sops.secrets."iwd/${name}" = { };
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue