service/home-automation: remove fix ported upstream

This commit is contained in:
Felix Buehler 2023-12-16 14:54:09 +01:00
parent fadbfd1e01
commit b95020b3b0

View file

@ -133,14 +133,6 @@ in
esphome.enable = true; esphome.enable = true;
}; };
# TODO remove after merge + backport: https://github.com/NixOS/nixpkgs/pull/270519
systemd.services.esphome.serviceConfig = {
ProtectHostname = lib.mkForce false;
ProtectKernelLogs = lib.mkForce false;
ProtectKernelTunables = lib.mkForce false;
ProcSubset = lib.mkForce "all";
};
my.services.prometheus.rules = { my.services.prometheus.rules = {
homeassistant = { homeassistant = {
condition = ''homeassistant_entity_available{domain="persistent_notification", entity!~"persistent_notification.http_login|persistent_notification.recorder_database_migration"} >= 0''; condition = ''homeassistant_entity_available{domain="persistent_notification", entity!~"persistent_notification.http_login|persistent_notification.recorder_database_migration"} >= 0'';