fix(oracle): rekey wireguard secret

This commit is contained in:
Michael Thomas 2024-04-16 13:34:01 +00:00
parent 0ed08e8f0c
commit 99dde2f4f2
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
let
venus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKlbfu7ApeF0khvdzMSWfDaunI+5zy/BboN7qEE4jWd2 root@venus";
oracle = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPc/HYsbpVsyoU2n0EiqQ4+3aSiFPtddjPCGK187W24f michael@oracle";
oracle = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ0vHE/b6tKk6I6DwEemIF5VdS/JBXW8eiYIBmnbv5LI root@oracle";
# systems = [system1];
in {
"wireguard-thinkcentre.age".publicKeys = [venus];

Binary file not shown.