Add ren wg
This commit is contained in:
parent
564bcc9bb8
commit
48143906d5
4 changed files with 15 additions and 0 deletions
|
|
@ -11,4 +11,5 @@ in
|
|||
"wg-selene".publicKeys = macbook ++ selene ++ master;
|
||||
"wg-macbook".publicKeys = macbook ++ master;
|
||||
"hetzner.priv".publicKeys = macbook ++ selene ++ master;
|
||||
"wg-ren".publicKeys = macbook++master;
|
||||
}
|
||||
9
keys/wg-ren
Normal file
9
keys/wg-ren
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 M7OTMg Hkh55d8H9zcKmJdDIU1B5MAwd/5SO3t82kXwz6HhTCM
|
||||
ezDoDh7C8lp3EplRKMELvFgB7boUcDqy5ZL9YZ4Sbfk
|
||||
-> ssh-ed25519 CJLJQg VWtzsyADFT/AdqigUILj5IJiZATIiuLF6/aSp5vqyyI
|
||||
hA5J4cRSCKMANvlxSw1gvHSeOz1fr98PKZmLbT19Bks
|
||||
--- 9VDB4Q2hkMFs1n5wwUDgLhKoBETEerbyJvlilu9VeTU
|
||||
ïê†ðdYWÛL.¤üØX©ïms%
|
||||
0ê
8½@‘ì±
|
||||
6NòjÙiõºÏ<EFBFBD>ÿ]ÏuþÅjÔ»s¶'ôÚ<ãM—oâY+`¥Ëqþ(UÐÏ
|
||||
1
keys/wg-ren.pub
Normal file
1
keys/wg-ren.pub
Normal file
|
|
@ -0,0 +1 @@
|
|||
wvTFERFXOPcgziLtLtfF3LGv5zmBWikCy/yLRwSuxWA=
|
||||
|
|
@ -54,6 +54,10 @@ in
|
|||
peers = [
|
||||
# List of allowed peers.
|
||||
(import ../../../systems/macbook/wireguard.nix).peerConfig
|
||||
{
|
||||
publicKey = (builtins.readFile ../../../keys/wg-ren.pub);
|
||||
allowedIPs = [ "10.100.0.3/32" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue