feat: fw wg and ha add fairphone
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user