nixos/secrets/secrets.nix

15 lines
381 B
Nix
Raw Normal View History

2023-01-15 22:20:55 +00:00
let
admin = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK6DjXTAxesXpQ65l659iAjzEb6VpRaWKSg4AXxifPw9 Skynet Admin";
users = [
admin
];
# change this when its properly set up
agentjones = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJDVQGjIwMQmkElGshgKDAlChM2xdNN6iI5Ap2IbAs5";
systems = [
agentjones
];
in
{
#"secret1.age".publicKeys = users ++ systems;
}