Add kharbranth host key

This commit is contained in:
Charlotte Van Petegem 2021-06-27 11:46:36 +02:00
parent 0df4d5654f
commit 9cc2fce05b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
18 changed files with 67 additions and 59 deletions

View file

@ -1,12 +1,18 @@
let
kharbranth = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKWu55zjDTl0qr5+kWNzuxGe5qem40ML8ELohapW/xug";
kholinar = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOL8MzChayhcVTfZvE3/ExwXpq2+LbihjzUVlKeIGoOL";
lasting-integrity = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMKJmeY7j5LxWVv3fKzqG4Bvg/ZhOp8iwk0utpyMWMSk";
urithiru = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOrzOpyzDc5BVtAeb5//PnMRcp+9B+DjfU7p2YpaH6a2";
hosts = [
kharbranth
kholinar
lasting-integrity
urithiru
];
laptops = [
kharbranth
kholinar
];
servers = [
lasting-integrity
urithiru
@ -25,8 +31,8 @@ in
"secrets/authorized_keys/charlotte.age".publicKeys = hosts ++ users;
"secrets/authorized_keys/root.age".publicKeys = hosts ++ users;
"secrets/passwords/ugent-mount-credentials.age".publicKeys = [ kholinar ] ++ users;
"secrets/passwords/ugent-vpn.age".publicKeys = [ kholinar ] ++ users;
"secrets/passwords/ugent-mount-credentials.age".publicKeys = laptops ++ users;
"secrets/passwords/ugent-vpn.age".publicKeys = laptops ++ users;
"secrets/passwords/services/accentor.age".publicKeys = [ urithiru ] ++ users;