1
0
Fork 0

Fix module import

This commit is contained in:
clerie 2021-08-31 19:16:53 +02:00
parent b25f5e9411
commit e327d80263
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
IOT_DATA_CONFIG = "/var/src/iot-data-config.json";
};
script = "gunicorn -w 1 -b [::1]:8235 iot_data:app";
path = with pkgs; [ (python38.withPackages (ps: [ ps.gunicorn iot-data ])) ];
path = with pkgs; [ (python3.withPackages (ps: [ ps.gunicorn iot-data ])) ];
};
services.nginx.virtualHosts = {