figured out agenix

This commit is contained in:
Tao Tien 2024-03-28 23:57:47 -05:00
parent 3dffa4eb4b
commit 8ee4c2b758
6 changed files with 40 additions and 29 deletions

View file

@ -1,7 +1,8 @@
let
tao-NOlaptop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINimJXI8WOYUMwfAcGyKB9EYtuaClNjeEH4ZTQl9tuUY";
users = [tao-NOlaptop];
NOlaptop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGFACYTHNr0dgtTe8cb6q+NwI1KaKJmNsUrnz5/8ZDvH";
systems = [NOlaptop];
in {
"uwuraid.age".publicKeys = users;
"syncthing-NOcomputer.age".publicKeys = users;
"uwuraid.age".publicKeys = systems;
"syncthing-NOcomputer.age".publicKeys = systems;
"syncthing-NOlaptop.age".publicKeys = systems;
}