tree-wide!: flatten identities structure

It was never used with the names in mind
This commit is contained in:
Primrose 2025-11-02 16:47:48 +08:00
parent 50db96001e
commit 62a710c542
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 10 additions and 22 deletions

View file

@ -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;