create wireguard tunnel to home
This commit is contained in:
parent
b4dd52e7e2
commit
24f564ecf4
7 changed files with 95 additions and 4 deletions
1
secrets/README.md
Normal file
1
secrets/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
nix run github:ryantm/agenix# -- -e secret1.age
|
7
secrets/secrets.nix
Normal file
7
secrets/secrets.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
let
|
||||
pim = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILTxn6fDUyEOWhuapt5GptYPZay+3tNH+UeY7aq8KSbh pim@x260";
|
||||
in
|
||||
{
|
||||
"wg-quick-home-privkey.age".publicKeys = [ pim ];
|
||||
"wg-quick-home-preshared-key.age".publicKeys = [ pim ];
|
||||
}
|
7
secrets/wg-quick-home-preshared-key.age
Normal file
7
secrets/wg-quick-home-preshared-key.age
Normal file
|
@ -0,0 +1,7 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 vBZj5g 7qZySIRklLEiFuGWmZCzA7o2gFmrj3MaxlpHFv6QQEE
|
||||
8JYbQk0j+VQWejVSdO+zSVzJbv1hyfDr13/2D4OEvKU
|
||||
-> >9W|B`-grease We!hy%z EIO'3;.3 s} W`
|
||||
KNmYbqbYWksSynw
|
||||
--- +wtolstlFP+wW8GMh9WvZMwXk+V1VYfaQQq4Wa/j1N4
|
||||
þI„{©‹éè¢Cµ¸§×<C2A7>‰´# ¦M2g‚Ã8ßµÆ;nRMEö%rÿõ<0C>²1(oå@R[ÊÚe½©/CÚ"™ÇÊÄUû=8^-Ü‹±
|
BIN
secrets/wg-quick-home-privkey.age
Normal file
BIN
secrets/wg-quick-home-privkey.age
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue