yevaud: add wireguard keypair
This commit is contained in:
parent
5d258de497
commit
5b79e6826b
|
@ -5,8 +5,8 @@ let
|
||||||
|
|
||||||
secrets = with keys; {
|
secrets = with keys; {
|
||||||
wireguard-hub = [ machines.orm ];
|
wireguard-hub = [ machines.orm ];
|
||||||
wireguard-peer-orm = [ machines.orm ];
|
|
||||||
wireguard-peer-tohru = [ machines.tohru ];
|
wireguard-peer-tohru = [ machines.tohru ];
|
||||||
|
wireguard-peer-yevaud = [ machines.yevaud ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
builtins.listToAttrs (
|
builtins.listToAttrs (
|
||||||
|
|
BIN
secrets/wireguard-peer-yevaud.age
Normal file
BIN
secrets/wireguard-peer-yevaud.age
Normal file
Binary file not shown.
1
secrets/wireguard-peer-yevaud.pub
Normal file
1
secrets/wireguard-peer-yevaud.pub
Normal file
|
@ -0,0 +1 @@
|
||||||
|
YPJsIs9x4wuWdFi/QRWSJbWvKE0GQAfVL4MNMqHygDw=
|
Loading…
Reference in a new issue