This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-02 18:37:23 +02:00
parent 85a9847dd1
commit 6240ba037b
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -3,10 +3,8 @@
wireguard = {
networking.wg-quick.interfaces = {
wg0 = {
address = [ "10.0.0.2/24" "fdc9:281f:04d7:9ee9::2/64" ];
dns = [ "1.1.1.1" "fdc9:281f:04d7:9ee9::1" ];
address = [ "10.0.0.4/32" ];
privateKeyFile = "/etc/wireguard/privatekey";
peers = [
{
publicKey = "5FiTLnzbgcbgQLlyVyYeESEd+2DtwM1JHCGz/32UcEU=";