diff --git a/hosts/web-2/iot-data.nix b/hosts/web-2/iot-data.nix index a5f7413..2247f21 100644 --- a/hosts/web-2/iot-data.nix +++ b/hosts/web-2/iot-data.nix @@ -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 = {