feat: fw wg and ha add fairphone
This commit is contained in:
parent
c478c2ea66
commit
694c11bcd5
2 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ let
|
||||||
devices = [
|
devices = [
|
||||||
"device_tracker.dominiks_iphone"
|
"device_tracker.dominiks_iphone"
|
||||||
"device_tracker.dominiks_mp01"
|
"device_tracker.dominiks_mp01"
|
||||||
|
"device_tracker.dominiks_fairphone_6"
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
services.home-assistant.extraComponents = [
|
services.home-assistant.extraComponents = [
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,10 @@
|
||||||
publicKey = "yv0AWQl4LFebVa7SvwdxpEmB3PPglwjoKy6A3og93WI=";
|
publicKey = "yv0AWQl4LFebVa7SvwdxpEmB3PPglwjoKy6A3og93WI=";
|
||||||
allowedIPs = [ "${config.networkPrefix}.98.204/32" ];
|
allowedIPs = [ "${config.networkPrefix}.98.204/32" ];
|
||||||
}
|
}
|
||||||
|
{ # FairPhone
|
||||||
|
publicKey = "tLsvuXo6Cp8tzjJau1yJZ9apeQvYa+cGrnAXBBifO3Y=";
|
||||||
|
allowedIPs = [ "${config.networkPrefix}.98.205/32" ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
wg_epicenter = {
|
wg_epicenter = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue