feat: I think thats the wireguard config set up

May need to alter it a bit and do more testing when I get in
This commit is contained in:
silver 2023-01-18 14:47:21 +00:00
parent a6a2489203
commit 5e0e46fc36
4 changed files with 104 additions and 1 deletions

View file

@ -6,10 +6,14 @@ let
# change this when its properly set up
agentjones = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJDVQGjIwMQmkElGshgKDAlChM2xdNN6iI5Ap2IbAs5";
ash = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJDVQGjIwMQmkElGshgKDAlChM2xdNN6iI5Ap2IbAs5";
systems = [
agentjones
ash
];
in
{
#"secret1.age".publicKeys = users ++ systems;
# nix run github:ryantm/agenix -- -e secret1.age
"wireguard.age".publicKeys = users ++ systems;
}

BIN
secrets/wireguard.age Normal file

Binary file not shown.