/test/rook_web/views/

ttps://git.rnrd.eu/specimen' title='specimen Git repository'/>
about summary refs log tree commit diff
path: root/configuration/secrets/secrets.nix
blob: 2dab9d17e7e83b2cfc49faa60b89918ea99bc354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
let
  keys = import ./keys.nix;

  inherit (keys) machines allAdminKeys;
in
{
  "name.age".publicKeys =
    with machines;
    [
      specimen
    ]
    ++ allAdminKeys;
}