Add kharbranth host key
This commit is contained in:
parent
0df4d5654f
commit
9cc2fce05b
18 changed files with 67 additions and 59 deletions
10
secrets.nix
10
secrets.nix
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue