Use correct python environment
This commit is contained in:
parent
1540443a5b
commit
5b4d3bca76
@ -208,7 +208,7 @@ in {
|
||||
Group = "uptimestatus";
|
||||
};
|
||||
script = "gunicorn -w 4 -b [::1]:8235 uptimestatus:app";
|
||||
path = with pkgs; [ (python38.withPackages (ps: [ ps.gunicorn uptimestatus ])) ];
|
||||
path = with pkgs; [ (python3.withPackages (ps: [ ps.gunicorn uptimestatus ])) ];
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
Loading…
Reference in New Issue
Block a user