Home

infra @6603b187c3194cbb04433d053c4b53cf0433a99c - refs - log -
-
https://git.jolheiser.com/infra.git
dragonwell flake
infra / secrets / secrets.nix
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
let
  jolheiser = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKrPUqk9v7FE7OgMDaOMdlnItiXSDkmS+eU94RzQFiMS";
  dragonwell = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN32Cwxer2AOGvEqSqXSPp49gj1VtR7G2XmPnmXj6o53";
  shincha = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBikiSP5UIoHgjZejxSt/ce2FxnYk9VGDW+h12QvefJ3";

  dragonwellKeys = [
    jolheiser
    dragonwell
  ];
  shinchaKeys = [
    jolheiser
    shincha
  ];
in
{
  "restic-env.age".publicKeys = dragonwellKeys;
  "restic-pass.age".publicKeys = dragonwellKeys;
  "restic-repo.age".publicKeys = dragonwellKeys;
  "dex.age".publicKeys = dragonwellKeys;
  "dex-tailscale.age".publicKeys = dragonwellKeys;
  "dex-tandoor.age".publicKeys = dragonwellKeys;
  "forge-lines.age".publicKeys = dragonwellKeys;
  "pocket-id.age".publicKeys = dragonwellKeys;
  "beszel-shincha.age".publicKeys = shinchaKeys;
}