diff --git a/config/wireguard/imac/default.conf b/config/wireguard/imac/default.conf deleted file mode 100644 index 7727305..0000000 --- a/config/wireguard/imac/default.conf +++ /dev/null @@ -1,12 +0,0 @@ -[Interface] -# iMac WireGuard Configuration -PrivateKey = AGcWC6Y8e3/FRIGHrg0uwHrILbS7x4hBIDpozZGIf2U= -Address = 10.2.2.40/24 -DNS = 1.1.1.1, 8.8.8.8 - -[Peer] -# VPS Server -PublicKey = 46QHjSzAas5g9Hll1SCEu9tbR5owCxXAy6wGOUoPwUM= -Endpoint = 91.98.84.215:51820 -AllowedIPs = 10.2.2.0/24 -PersistentKeepalive = 25 diff --git a/config/wireguard/ipad/default.conf b/config/wireguard/ipad/default.conf deleted file mode 100644 index 8321531..0000000 --- a/config/wireguard/ipad/default.conf +++ /dev/null @@ -1,12 +0,0 @@ -[Interface] -# iPad WireGuard Configuration -PrivateKey = QDFSzR43DSxQ4RFL2zZR5DfZ1aDhuR9myvDxUT4OjWU= -Address = 10.2.2.31/24 -DNS = 1.1.1.1, 8.8.8.8 - -[Peer] -# VPS Server -PublicKey = 46QHjSzAas5g9Hll1SCEu9tbR5owCxXAy6wGOUoPwUM= -Endpoint = 91.98.84.215:51820 -AllowedIPs = 10.2.2.0/24 -PersistentKeepalive = 25 \ No newline at end of file diff --git a/config/wireguard/iphone/default.conf b/config/wireguard/iphone/default.conf deleted file mode 100644 index d3872be..0000000 --- a/config/wireguard/iphone/default.conf +++ /dev/null @@ -1,12 +0,0 @@ -[Interface] -# iPhone WireGuard Configuration -PrivateKey = iCm5JgLs0ErUsEC3BaoB89L4hZn9gz41fFaV8SETRHg= -Address = 10.2.2.30/24 -DNS = 1.1.1.1, 8.8.8.8 - -[Peer] -# VPS Server -PublicKey = 46QHjSzAas5g9Hll1SCEu9tbR5owCxXAy6wGOUoPwUM= -Endpoint = 91.98.84.215:51820 -AllowedIPs = 10.2.2.0/24 -PersistentKeepalive = 25 \ No newline at end of file diff --git a/config/wireguard/mba/default.conf b/config/wireguard/mba/default.conf deleted file mode 100644 index 32de736..0000000 --- a/config/wireguard/mba/default.conf +++ /dev/null @@ -1,12 +0,0 @@ -[Interface] -# MacBook Air WireGuard Configuration -PrivateKey = eOmRh2Mrb9+xmbFtHtuOxlRM09ZLKOVWeoEQJk07bVo= -Address = 10.2.2.41/24 -DNS = 1.1.1.1, 8.8.8.8 - -[Peer] -# VPS Server -PublicKey = 46QHjSzAas5g9Hll1SCEu9tbR5owCxXAy6wGOUoPwUM= -Endpoint = 91.98.84.215:51820 -AllowedIPs = 10.2.2.0/24 -PersistentKeepalive = 25 diff --git a/hosts/nixos/vps/system.nix b/hosts/nixos/vps/system.nix index 71bf97a..6bc0e31 100644 --- a/hosts/nixos/vps/system.nix +++ b/hosts/nixos/vps/system.nix @@ -148,26 +148,6 @@ publicKey = "HZY7V8QlnFvY6ZWNiI0WgUgWUISnEqUdzXi7Oq9M1Es="; allowedIPs = [ "10.2.2.20/32" ]; } - { - name = "iphone"; - publicKey = "mK4zGcytZP0Jane7kE36milpcWERWzYZKZyrbUlNFFg="; - allowedIPs = [ "10.2.2.30/32" ]; - } - { - name = "ipad"; - publicKey = "f/+Jyz4CpD5uyaZox77IuD9mI/KU9QOiK6tLMcbVGTE="; - allowedIPs = [ "10.2.2.31/32" ]; - } - { - name = "imac"; - publicKey = "MVpIxA7HOjTCAsyI/IXK4lo0B2OM9BCHzUelUyAqT20="; - allowedIPs = [ "10.2.2.40/32" ]; - } - { - name = "mba"; - publicKey = "NeaCT4v6eUzHkRhm5YcKnB4W8KXBCZNedoBlLM5zMQQ="; - allowedIPs = [ "10.2.2.41/32" ]; - } ]; }; };