mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: delete wireguard (why was this committed lol)
This commit is contained in:
parent
64ca98ce68
commit
8a58370c76
1 changed files with 0 additions and 18 deletions
|
|
@ -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;
|
||||
}];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue