thrall: Add wireguard config for homematic

This commit is contained in:
Alexander Kobjolke 2023-12-14 15:18:56 +01:00
parent c03c0a0348
commit 06984f9d3f

View file

@ -98,6 +98,11 @@ in {
publicKey = "NG9y+0RMDTjiG65yC4Z0ymJ0G5fe1mOhl4GyC3xAh1k="; publicKey = "NG9y+0RMDTjiG65yC4Z0ymJ0G5fe1mOhl4GyC3xAh1k=";
allowedIPs = [ "10.0.0.3/32" ]; allowedIPs = [ "10.0.0.3/32" ];
} }
{
# homematic
publicKey = "slqWgVksOCav0bASxupaFGqfr6vajxDRNIlZYocONQ4=";
allowedIPs = [ "10.0.0.4/32" ];
}
]; ];
}; };
}; };