mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
tree-wide!: flatten identities structure
It was never used with the names in mind
This commit is contained in:
parent
50db96001e
commit
62a710c542
4 changed files with 10 additions and 22 deletions
|
|
@ -1,8 +1,5 @@
|
|||
let
|
||||
ids = import ../identities.nix;
|
||||
|
||||
all =
|
||||
builtins.concatMap builtins.attrValues (builtins.attrValues ids);
|
||||
all = import ../identities.nix;
|
||||
in {
|
||||
"wpa_password.age".publicKeys = all;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue