about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-07 13:49:17 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-07 13:51:11 +0100
commit02324756dd489f3728d0a228d4fce672157b3924 (patch)
tree42119a51d578f1c2361988c60f966d08e23e3d13 /nixos/modules
parent5ef42fcd84b2baa16f43554f1c1f1d614e23ef9a (diff)
downloadnixlib-02324756dd489f3728d0a228d4fce672157b3924.tar
nixlib-02324756dd489f3728d0a228d4fce672157b3924.tar.gz
nixlib-02324756dd489f3728d0a228d4fce672157b3924.tar.bz2
nixlib-02324756dd489f3728d0a228d4fce672157b3924.tar.lz
nixlib-02324756dd489f3728d0a228d4fce672157b3924.tar.xz
nixlib-02324756dd489f3728d0a228d4fce672157b3924.tar.zst
nixlib-02324756dd489f3728d0a228d4fce672157b3924.zip
nixos/zigbee2mqtt: revert systemd unit to simple type
A recent release added systemd notify support, so I migrated our unit
towards that. The NixOS test did not reveal that the unit would not fully
activate.

Reverts: 165326d2c (partially)
Closes: #286977
Diffstat (limited to 'nixos/modules')
-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";