feat(servers): add loki, the tricker.
This commit is contained in:
parent
e88bccf101
commit
926884f6bf
9 changed files with 134 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
let
|
||||
# SYSTEMS
|
||||
heimdall = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBs+qYjpeAEHPFUQeatNkhKbXz8+A1VAl21jgifDYJK8";
|
||||
loki = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF+xpWCoBEO/pzAwS1ZZEsiLSarvSVkdxQEo49xma2PV";
|
||||
|
||||
# USERS
|
||||
root = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBJLduAXHWJiglmfRfkBGKffzVWkJP6porxIzw6+Zz3W crony@cronyakatsuki.xyz";
|
||||
|
@ -8,7 +9,7 @@ let
|
|||
users = [
|
||||
root
|
||||
];
|
||||
systems = [heimdall];
|
||||
systems = [heimdall loki];
|
||||
in {
|
||||
"traefik.age".publicKeys = systems ++ users;
|
||||
"wg-heimdall.age".publicKeys = systems ++ users;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue