configuration.nix: comment out non systemd python package

This commit is contained in:
coon 2025-09-30 19:49:24 +00:00
parent d3b5bfd6cf
commit c798554bc4

View file

@ -19,7 +19,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
git git
(python3.withPackages (p: with p; [paho-mqtt mido])) # (python3.withPackages (p: with p; [paho-mqtt mido])) # enable for local testing
]; ];
systemd.services.mixer-mqtt = { systemd.services.mixer-mqtt = {