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:
parent
a6a2489203
commit
5e0e46fc36
4 changed files with 104 additions and 1 deletions
|
@ -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
BIN
secrets/wireguard.age
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue