Fix module import
This commit is contained in:
parent
b25f5e9411
commit
e327d80263
@ -22,7 +22,7 @@
|
|||||||
IOT_DATA_CONFIG = "/var/src/iot-data-config.json";
|
IOT_DATA_CONFIG = "/var/src/iot-data-config.json";
|
||||||
};
|
};
|
||||||
script = "gunicorn -w 1 -b [::1]:8235 iot_data:app";
|
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 = {
|
services.nginx.virtualHosts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user