diff --git a/hosts/web-2/wetter.nix b/hosts/web-2/wetter.nix index 19a5335..a3fec4b 100644 --- a/hosts/web-2/wetter.nix +++ b/hosts/web-2/wetter.nix @@ -64,7 +64,7 @@ in { WETTER_SETTINGS = "${configFile}"; }; 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 = {