mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11: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 ];
|
||||
}
|
||||
|
||||
(networks |> lib.map (name: {
|
||||
sops.secrets."iwd/${name}" = { };
|
||||
(
|
||||
networks
|
||||
|> lib.map (name: {
|
||||
sops.secrets."iwd/${name}" = { };
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"C /var/lib/iwd/${name} - - - - ${config.sops.secrets."iwd/${name}".path}"
|
||||
];
|
||||
}))
|
||||
systemd.tmpfiles.rules = [
|
||||
"C /var/lib/iwd/${name} - - - - ${config.sops.secrets."iwd/${name}".path}"
|
||||
];
|
||||
})
|
||||
)
|
||||
]
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue