mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Format
This commit is contained in:
parent
5b3f21b140
commit
23762ecb29
1 changed files with 9 additions and 6 deletions
|
|
@ -32,13 +32,16 @@ in
|
||||||
environment.systemPackages = [ pkgs.iwgtk ];
|
environment.systemPackages = [ pkgs.iwgtk ];
|
||||||
}
|
}
|
||||||
|
|
||||||
(networks |> lib.map (name: {
|
(
|
||||||
sops.secrets."iwd/${name}" = { };
|
networks
|
||||||
|
|> lib.map (name: {
|
||||||
|
sops.secrets."iwd/${name}" = { };
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"C /var/lib/iwd/${name} - - - - ${config.sops.secrets."iwd/${name}".path}"
|
"C /var/lib/iwd/${name} - - - - ${config.sops.secrets."iwd/${name}".path}"
|
||||||
];
|
];
|
||||||
}))
|
})
|
||||||
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue