Add back Lenovo laptop as Redmond
This commit is contained in:
parent
c188a30dc2
commit
95044ea50b
10 changed files with 116 additions and 2 deletions
BIN
modules/home/files/assets/wallpapers/leaves/1.png
Normal file
BIN
modules/home/files/assets/wallpapers/leaves/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
modules/home/files/assets/wallpapers/leaves/2.png
Normal file
BIN
modules/home/files/assets/wallpapers/leaves/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
BIN
modules/home/files/assets/wallpapers/leaves/3.png
Normal file
BIN
modules/home/files/assets/wallpapers/leaves/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
|
@ -10,9 +10,9 @@
|
|||
listenPort = 51820;
|
||||
privateKey = config.secrets.wgClientPriv;
|
||||
peers = [
|
||||
{ # 0.0.0.0 makes wg act like a traditional VPN
|
||||
{
|
||||
publicKey = config.secrets.wgServerPub;
|
||||
allowedIPs = [ "0.0.0.0/0" ];
|
||||
allowedIPs = [ "${config.ips.wgSpan}.0/24" ];
|
||||
endpoint = "sv.${config.secrets.jimDomain}:51820";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue