Fix a wireguard thing and put firefox sidebar on right
This commit is contained in:
parent
6a4fce5a37
commit
1bb7bb27bf
2 changed files with 3 additions and 4 deletions
|
@ -11,10 +11,10 @@
|
|||
wg-quick.interfaces.wgc = {
|
||||
privateKey = config.secrets.wgClientPriv;
|
||||
peers = [
|
||||
{ # Cyberspark Server
|
||||
{ # Kitty server
|
||||
publicKey = "qnOT/lXOJMaQgDUdXpyfGZB2IEyUouRje2m/bCe9ux8=";
|
||||
allowedIPs = [ "10.100.0.0/24" ];
|
||||
endpoint = "sv.${config.domains.p1}:51820";
|
||||
endpoint = "sv.${config.domains.p2}:51820";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue