Changes for 21.05

This commit is contained in:
nyanloutre 2021-07-28 23:03:34 +02:00
parent 3e440a9776
commit 999ee11693
4 changed files with 6 additions and 4 deletions

View file

@ -291,7 +291,7 @@ in
};
systemd.services.site-musique = let
djangoEnv =(pkgs.python3.withPackages (ps: with ps; [ gunicorn django_2_2 pillow setuptools ]));
djangoEnv =(pkgs.python3.withPackages (ps: with ps; [ gunicorn django_3 pillow setuptools ]));
in {
description = "Site Django de la musique de Meyenheim";
after = [ "network.target" ];