about summary refs log tree commit diff
path: root/nixos/modules/services/home-automation/zigbee2mqtt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/home-automation/zigbee2mqtt.nix')
-rw-r--r--nixos/modules/services/home-automation/zigbee2mqtt.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/home-automation/zigbee2mqtt.nix b/nixos/modules/services/home-automation/zigbee2mqtt.nix
index 570ce41aa6d4..a653e49a09f6 100644
--- a/nixos/modules/services/home-automation/zigbee2mqtt.nix
+++ b/nixos/modules/services/home-automation/zigbee2mqtt.nix
@@ -71,7 +71,6 @@ in
       after = [ "network.target" ];
       environment.ZIGBEE2MQTT_DATA = cfg.dataDir;
       serviceConfig = {
-        Type = "notify";
         ExecStart = "${cfg.package}/bin/zigbee2mqtt";
         User = "zigbee2mqtt";
         Group = "zigbee2mqtt";