.files/nix/secrets/secrets.nix
Léana 江 ebf8468807
tree-wide: format with nixfmt
Another saturday another useless formatter change.
It's my dotfiles, after all

alejandra doesn't handle c-style inline comments well.
2025-11-08 10:15:58 +08:00

25 lines
611 B
Nix

let
all = import ../identities.nix;
in
{
"wpa_password.age".publicKeys = all;
"restic_backblaze_pwd.age".publicKeys = all;
"restic_backblaze_repo.age".publicKeys = all;
"restic_backblaze_env.age".publicKeys = all;
"four_pwd.age".publicKeys = all;
"restic_four_pwd.age".publicKeys = all;
"sgbk_pwd.age".publicKeys = all;
"restic_sgbk_pwd.age".publicKeys = all;
"two_pwd.age".publicKeys = all;
"hoot_token.age".publicKeys = all;
"typst-bot_token.age".publicKeys = all;
"parrot_token.age".publicKeys = all;
"sshconfig.age".publicKeys = all;
"iambconfig.age".publicKeys = all;
}