chore: delete wireguard (why was this committed lol)

This commit is contained in:
Ahwx 2025-03-16 18:03:52 +01:00
parent 64ca98ce68
commit 8a58370c76

View file

@ -1,18 +0,0 @@
{ ... }:
{
networking.wg-quick.interfaces = {
wg0 = {
address = [ "10.7.0.4/24" ];
dns = [ "9.9.9.9" "149.112.112.112" ];
privateKeyFile = "/root/wireguard-keys/privatekey";
peers = [{
publicKey = "uE40chWhiPpnNHcgnLhMfOUfzotS6hK+dWwI1sIFcUw=";
presharedKeyFile = "/root/wireguard-keys/preshared_from_peer0_key";
allowedIPs = [ "0.0.0.0/0" "::/0" ];
endpoint = "213.210.34.27:58192";
persistentKeepalive = 25;
}];
};
};
}