Fix a wireguard thing and put firefox sidebar on right

This commit is contained in:
Jimbo 2025-01-02 10:01:11 -05:00
parent 6a4fce5a37
commit 1bb7bb27bf
2 changed files with 3 additions and 4 deletions

View file

@ -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;
}
];