configuration.nix: comment out non systemd python package
This commit is contained in:
parent
d3b5bfd6cf
commit
c798554bc4
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue