Bjørn Forsman
c7ab550bbc
nixos/deconz: fix curl redirect option in postStart
...
It should be curl -L (follow redirects), not curl -l (FTP directory
listing option). I know because it's my mistake.
Fixes: d4b989cafc ("nixos/deconz: delay signalling service readiness until it's actually up")
2024-04-20 20:24:39 +02:00
Bjørn Forsman
d4b989cafc
nixos/deconz: delay signalling service readiness until it's actually up
...
Fixes test flakiness (`nix-build -A nixosTests.deconz`).
2024-04-17 22:32:15 +02:00
Bjørn Forsman
142074c2a8
nixos: fix bad mkEnableOption descriptions
...
Fix descriptions that don't account for (1) the "Whether to enable"
prefix or (2) the automatically added trailing dot.
2023-10-20 16:22:40 +01:00
Bjørn Forsman
4164383dd4
nixos/deconz: init
...
Add a NixOS module for the deCONZ Zigbee gateway service.
2023-10-16 20:49:41 +02:00