Use correct python version
This commit is contained in:
parent
0f62e84479
commit
b62198e7a0
@ -64,7 +64,7 @@ in {
|
|||||||
WETTER_SETTINGS = "${configFile}";
|
WETTER_SETTINGS = "${configFile}";
|
||||||
};
|
};
|
||||||
script = "gunicorn -w 4 -b [::1]:8234 wetter:app";
|
script = "gunicorn -w 4 -b [::1]:8234 wetter:app";
|
||||||
path = with pkgs; [ (python38.withPackages (ps: [ ps.gunicorn wetter ])) ];
|
path = with pkgs; [ (python3.withPackages (ps: [ ps.gunicorn wetter ])) ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user