Files
nicksOs/secrets/secrets.nix
T

14 lines
486 B
Nix

let
hermes = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF+0IQBasZ9MUZxF7hlx3aH00pEIgpkuWh5ZVRmOLpMN nick@Hermes";
theseus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJwouafzGDRGeMJQbm9ME/1CSkXicdL7TthJjWkhyLYd nick@Theseus";
systems = [hermes theseus];
in {
"caddy.age".publicKeys = systems;
"restic.age".publicKeys = systems;
"smb.age".publicKeys = systems;
"gitea-db.age".publicKeys = systems;
"navidrome.age".publicKeys = systems;
"vaultwarden.age".publicKeys = systems;
}